mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 09:26:10 +00:00
drm_lib.sh: add standard command line options
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
parent
48394471c5
commit
d02ffe46bb
@ -9,6 +9,17 @@ for arg in $@ ; do
|
||||
--run-subtest)
|
||||
exit 79
|
||||
;;
|
||||
--debug)
|
||||
IGT_LOG_LEVEL=debug
|
||||
;;
|
||||
--help)
|
||||
echo "Usage: `basename $0` [OPTIONS]"
|
||||
echo " --list-subtests"
|
||||
echo " --run-subtest <pattern>"
|
||||
echo " --debug"
|
||||
echo " --help"
|
||||
exit 0
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user