mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 21:32:56 +00:00
tests/drm_lib.sh: add a "--help-description" option
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
@@ -12,11 +12,16 @@ for arg in $@ ; do
|
|||||||
--debug)
|
--debug)
|
||||||
IGT_LOG_LEVEL=debug
|
IGT_LOG_LEVEL=debug
|
||||||
;;
|
;;
|
||||||
|
--help-description)
|
||||||
|
echo $IGT_TEST_DESCRIPTION
|
||||||
|
exit 0
|
||||||
|
;;
|
||||||
--help)
|
--help)
|
||||||
echo "Usage: `basename $0` [OPTIONS]"
|
echo "Usage: `basename $0` [OPTIONS]"
|
||||||
echo " --list-subtests"
|
echo " --list-subtests"
|
||||||
echo " --run-subtest <pattern>"
|
echo " --run-subtest <pattern>"
|
||||||
echo " --debug"
|
echo " --debug"
|
||||||
|
echo " --help-description"
|
||||||
echo " --help"
|
echo " --help"
|
||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user