Skip to content
Snippets Groups Projects
Commit c81002fe authored by Anh Nguyen-Tuong's avatar Anh Nguyen-Tuong
Browse files

Better usage statement

Former-commit-id: 1a4030f6d7d0a15c318a103805a9ff0527453390
parent 3b3c8cd4
No related branches found
No related tags found
No related merge requests found
......@@ -214,13 +214,22 @@ do_tests()
usage()
{
echo "test_cmds.sh [options] [config]*"
echo "test_cmds.sh [options] [configs...]"
echo
echo "options:"
echo " -h, --help print help info"
echo " -l print logs on failure"
echo " -a, --app <appname> app to test (may be repeated)"
echo " appname: bzip2 grep du ncal ls objdump readelf sort tar touch tcpdump"
echo
echo "configs:"
echo " rida (default configuration)"
echo " p1 P1 transform"
echo " mgx move globals"
echo " mgx_p1 move globals, followed by P1"
echo " kill_deads xform with bogus random values for dead registers"
echo
echo " ...too many configs to list, consult script"
}
parse_args()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment