|
@@ -30,19 +30,21 @@ while getopts hbCfiIlOpRtvV OPT
|
|
|
do
|
|
|
case "$OPT" in
|
|
|
h) printf " %-16s Test MMGen release\n" "${PROGNAME}:"
|
|
|
- echo " USAGE: $PROGNAME [options] [branch] [tests]"
|
|
|
+ echo " USAGE: $PROGNAME [options] [tests]"
|
|
|
echo " OPTIONS: '-h' Print this help message"
|
|
|
echo " '-b' Buffer keypresses for all invocations of 'test/test.py'"
|
|
|
echo " '-C' Run tests in coverage mode"
|
|
|
echo " '-f' Speed up the tests by using fewer rounds"
|
|
|
- echo " '-i' Create and install Python package, then run tests"
|
|
|
+ echo " '-i' Create and install Python package, then run tests. A branch"
|
|
|
+ echo " must be supplied as the first argument"
|
|
|
echo " '-I' Install the package only; don't run tests"
|
|
|
echo " '-l' List the test name symbols"
|
|
|
echo " '-O' Use pexpect.spawn rather than popen_spawn for applicable tests"
|
|
|
echo " '-p' Pause between tests"
|
|
|
echo " '-R' Don't remove temporary files after program has exited"
|
|
|
echo " '-t' Print the tests without running them"
|
|
|
- echo " '-v' Run test/test.py with '--exact-output' and other commands with '--verbose' switch"
|
|
|
+ echo " '-v' Run test/test.py with '--exact-output' and other commands with"
|
|
|
+ echo " '--verbose' switch"
|
|
|
echo " '-V' Run test/test.py and other commands with '--verbose' switch"
|
|
|
echo " AVAILABLE TESTS:"
|
|
|
echo " obj - data objects"
|