mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-12 02:16:17 +00:00
tests/hangman: fix when run with absolute path
QA's test rig does that.
This commit is contained in:
parent
96c2fc82ba
commit
2448a75ff6
@ -27,7 +27,7 @@ fi
|
|||||||
echo 0xf > i915_ring_stop
|
echo 0xf > i915_ring_stop
|
||||||
echo "rings stopped"
|
echo "rings stopped"
|
||||||
|
|
||||||
$oldpath/$SOURCE_DIR/gem_exec_nop > /dev/null
|
(cd $oldpath; $SOURCE_DIR/gem_exec_nop) > /dev/null
|
||||||
|
|
||||||
if cat i915_error_state | grep -v "no error state collected" > /dev/null ; then
|
if cat i915_error_state | grep -v "no error state collected" > /dev/null ; then
|
||||||
echo "gpu hang correctly dectected"
|
echo "gpu hang correctly dectected"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user