fix some typos

This commit is contained in:
George Danchev 2011-09-25 07:05:12 +00:00
parent 21a799c0a0
commit 7b3b12bfa1
1 changed files with 9 additions and 8 deletions

View File

@ -46,7 +46,7 @@ There are two groups of test scripts:
These tests have a moderate resource consumption and do These tests have a moderate resource consumption and do
not cause mechanical movements of drive trays. not cause mechanical movements of drive trays.
manual_* get started by the user if desired. manual_* gets started by the user if desired.
Manual tests may create larger sets of temporary files, Manual tests may create larger sets of temporary files,
may download test data from the internet, may need may download test data from the internet, may need
system privileges beyond the reach of a sandbox user, system privileges beyond the reach of a sandbox user,
@ -80,7 +80,7 @@ There are several options which work with run_all_auto and any single test.
-k keep self-generated data. -k keep self-generated data.
-c cleanup temporary data kept from previous run and exit. -c cleanup temporary data kept from previous run and exit.
-f simulate failure. -f simulate failure.
-h print this help text -h print this help text.
-- end of general options, begin of test specific options. -- end of general options, begin of test specific options.
After option "--", there may be given options which are specific to After option "--", there may be given options which are specific to
particular manually executable test scripts. particular manually executable test scripts.
@ -101,7 +101,7 @@ the user or require sysadmin considerations before they are run:
drives to examine more closely. drives to examine more closely.
If a privilege command and optional arguments are given with --priv_cmd, If a privilege command and optional arguments are given with --priv_cmd,
then this command and arguments are used to launch the xorriso runs. then this command and arguments are used to launch the xorriso runs.
Command and arguments must be single words and be submitted alltogether Command and arguments must be single words and be submitted altogether
as one single argument. On Solaris use: --priv_cmd pfexec as one single argument. On Solaris use: --priv_cmd pfexec
./manual_burn -x ../xorriso/xorriso [-- [--dev device_file_to_use] ./manual_burn -x ../xorriso/xorriso [-- [--dev device_file_to_use]
@ -116,7 +116,7 @@ the user or require sysadmin considerations before they are run:
state are reported but still regarded as success. state are reported but still regarded as success.
If a privilege command and optional arguments are given with --priv_cmd, If a privilege command and optional arguments are given with --priv_cmd,
then this command and arguments are used to laynch the xorriso runs. then this command and arguments are used to laynch the xorriso runs.
Command and arguments must be single words and be submitted alltogether Command and arguments must be single words and be submitted altogether
as one single argument. On Solaris use: --priv_cmd pfexec as one single argument. On Solaris use: --priv_cmd pfexec
./manual_isojigdo -x ../xorriso/xorriso ./manual_isojigdo -x ../xorriso/xorriso
@ -211,7 +211,8 @@ Your test must not start if no file
./inc/releng_getopts.inc ./inc/releng_getopts.inc
exists, i.e. if the current working directory is not ./releng. exists, i.e. if the current working directory is not ./releng.
If your test creates own files on disk, then it must do this underneath If your test creates own files on disk, then it must do this underneath
directory ./releng_generated_data/$test_name (resp. $GEN_DATA_DIR, see below). directory
./releng_generated_data/$test_name (resp. $GEN_DATA_DIR, see below).
In case of failure, issue a line to stdout that begins by the word "FAIL", In case of failure, issue a line to stdout that begins by the word "FAIL",
followed by " : " and the name of the test (e.g. $SELF, see below). followed by " : " and the name of the test (e.g. $SELF, see below).