Skip to content

Commit

Permalink
perf test: Remove leftover temp file left by one of the attr tests
Browse files Browse the repository at this point in the history
Instead of > /tmp/krava, direct it to /dev/null.

Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Namhyung Kim <namhyung@gmail.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/n/tip-oo4yhij2327u8ircz4d0y5p4@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
  • Loading branch information
Arnaldo Carvalho de Melo committed Jan 24, 2013
1 parent f8ebb0c commit 68d20dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/perf/tests/attr/test-record-group1
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 68d20dc

Please sign in to comment.