add standalone_or_supervised routine, unconditionally called from inc/*
This commit is contained in:
@ -248,11 +248,18 @@ to the general options of the test suite:
|
||||
Default 1. Setable to 0 by option -k.
|
||||
|
||||
SPECIFIC_HELP 0=normal operation, 1=print help text of script and exit 0
|
||||
Default 0. Setable to 1 by option -h
|
||||
Default 0. Setable to 1 by option -h.
|
||||
|
||||
RELENG_STANDALONE 0=standalone, 1=supervised by run_all_auto script.
|
||||
|
||||
RELENG_PARENT Name of the parent process.
|
||||
|
||||
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 or
|
||||
supervised by run_all_auto script.
|
||||
|
||||
print_help Prints the help text for general options.
|
||||
|
||||
check_for_xorriso [-x]
|
||||
|
Reference in New Issue
Block a user