tests: remove unused getopt header includes
[platform/upstream/intel-gpu-tools.git] / tests / debugfs_wedged
1 #!/bin/sh
2
3 SOURCE_DIR="$( dirname "${BASH_SOURCE[0]}" )"
4 . $SOURCE_DIR/drm_lib.sh
5
6 # Testcase: wedge the hw to check the error_state reading
7
8 # Unfortunately wedged is permanent, so this test is not run by default
9 echo 1 > ${i915_dfs_path}/i915_wedged
10 cat $i915_dfs_path/i915_error_state > /dev/null 2>&1