more explanations added for running mode; fix a typo

This commit is contained in:
George Danchev 2012-04-21 10:50:22 +00:00
parent 675f47d8a5
commit 51f5457f90
1 changed files with 4 additions and 2 deletions

View File

@ -163,7 +163,7 @@ All general options are accepted.
The text output of the automatic tests is recorded in file
releng_generated_data/log.run_all_auto
Script ./run_all_auto will detect failure of perticular tests and report
Script ./run_all_auto will detect failure of particular tests and report
lines from the log file which contain problem indicating keywords:
NEVER,ABORT,FATAL,FAILURE,MISHAP,SORRY,WARNING,HINT,FAIL,ERROR,WRONG
@ -258,8 +258,10 @@ to the general options of the test suite:
The code piece inc/releng_getopts.inc defines the following functions
for use by the single tests:
standalone_or_supervised Initialize the running mode - standalone,
standalone_or_supervised This is internally called routine to find
out the running mode of the scripts - standalone,
supervised by run_all_auto, or unknown.
No need to call it from the scripts themselves.
print_help Prints the help text for general options.