mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-11 18:06:13 +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:
parent
895204fc62
commit
4f689d52e7
@ -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
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user