Added explanations to the flags to the help message.

Also fixed indentation.
This commit is contained in:
Tom Hacohen 2013-04-26 14:19:05 +01:00
parent 33df8ecb2c
commit c00c3aaa29
1 changed files with 67 additions and 59 deletions

View File

@ -79,6 +79,14 @@ echo "Thus, when running many tests, the output format makes"
echo "it easy to match output to a running test."
echo "Example:"
echo "$0 -v -p [-b BaseDir] [-d DestDir] TestsFile"
echo
echo "-b = Set the base dir, the location of the rec files."
echo "-p = Run in compare mode. Generates the current images and compares with the old ones."
echo "-r = Run in record mode. Record the '.rec' files."
echo "-i = Run in init mode. Generate the reference images."
echo "-s = Run in simulation mode. Similar to -p, but runs in visible window to show you what is actually recorded and does not actually generate images."
echo "-v = Run in verbose mode."
echo "-h/? = This message."
}
get_test_params () {