tests/drm_lib.sh: add a "--help-description" option

Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
Thomas Wood 2014-10-30 15:54:44 +00:00
parent 895204fc62
commit 4f689d52e7

View File

@ -12,11 +12,16 @@ for arg in $@ ; do
--debug)
IGT_LOG_LEVEL=debug
;;
--help-description)
echo $IGT_TEST_DESCRIPTION
exit 0
;;
--help)
echo "Usage: `basename $0` [OPTIONS]"
echo " --list-subtests"
echo " --run-subtest <pattern>"
echo " --debug"
echo " --help-description"
echo " --help"
exit 0
;;