perf test: Remove leftover temp file left by one of the attr tests
authorArnaldo Carvalho de Melo <[email protected]>
Wed, 12 Dec 2012 16:27:03 +0000 (13:27 -0300)
committerArnaldo Carvalho de Melo <[email protected]>
Thu, 24 Jan 2013 19:40:07 +0000 (16:40 -0300)
Instead of > /tmp/krava, direct it to /dev/null.

Cc: David Ahern <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Stephane Eranian <[email protected]>
Link: http://lkml.kernel.org/n/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/tests/attr/test-record-group1

index 4d688a13fd2f33ab010843251aefcc540bd2937b..c5548d054aff5ba9ded3225494d9954f22c1e7b2 100644 (file)
@@ -1,6 +1,6 @@
 [config]
 command = record
-args    = -e '{cycles,instructions}' kill >/tmp/krava 2>&1
+args    = -e '{cycles,instructions}' kill >/dev/null 2>&1
 
 [event-1:base-record]
 fd=1