mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 13:23:02 +00:00
tests/debgufs_emon_crash: make it quiet
This commit is contained in:
@@ -8,7 +8,7 @@ SOURCE_DIR="$( dirname "${BASH_SOURCE[0]}" )"
|
|||||||
. $SOURCE_DIR/drm_lib.sh
|
. $SOURCE_DIR/drm_lib.sh
|
||||||
|
|
||||||
for z in $(seq 1 1000); do
|
for z in $(seq 1 1000); do
|
||||||
cat $i915_path/i915_emon_status > /dev/null
|
cat $i915_path/i915_emon_status > /dev/null 2&>1
|
||||||
done
|
done
|
||||||
|
|
||||||
# If we got here, we haven't crashed
|
# If we got here, we haven't crashed
|
||||||
|
|||||||
Reference in New Issue
Block a user