summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2012-06-08 19:35:19 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2012-06-08 19:35:19 +0200
commitb015a25e897d8b2d79d5938d10e35803ce4dfa2c (patch)
treee42c4c1993ca50dbe0d9baace9a0734ddb3bb71b
parent9739401fb5806d576f0bc895239e67d86352d417 (diff)
tests/debgufs_emon_crash: make it quiet
-rwxr-xr-xtests/debugfs_emon_crash2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/debugfs_emon_crash b/tests/debugfs_emon_crash
index 1ce3d02c..6e139a41 100755
--- a/tests/debugfs_emon_crash
+++ b/tests/debugfs_emon_crash
@@ -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