tests/debgufs_emon_crash: make it quiet

This commit is contained in:
Daniel Vetter 2012-06-08 19:35:19 +02:00
parent 9739401fb5
commit b015a25e89

View File

@ -8,7 +8,7 @@ SOURCE_DIR="$( dirname "${BASH_SOURCE[0]}" )"
. $SOURCE_DIR/drm_lib.sh
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
# If we got here, we haven't crashed