mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 09:26:10 +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)
|
||||
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
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user