projects
/
lttng-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b306621
)
Fix: remove temporary directory for valid filters test
author
David Goulet
<dgoulet@efficios.com>
Tue, 13 Nov 2012 18:44:02 +0000
(13:44 -0500)
committer
David Goulet
<dgoulet@efficios.com>
Tue, 13 Nov 2012 18:44:02 +0000
(13:44 -0500)
Signed-off-by: David Goulet <dgoulet@efficios.com>
tests/tools/filtering/valid-filters
patch
|
blob
|
blame
|
history
diff --git
a/tests/tools/filtering/valid-filters
b/tests/tools/filtering/valid-filters
index d32a60d58498aaa9804c501d8d78decfff4464b4..3d7e921f220314824270347b56e939be3b23a864 100755
(executable)
--- a/
tests/tools/filtering/valid-filters
+++ b/
tests/tools/filtering/valid-filters
@@
-96,6
+96,8
@@
function test_valid_filter
echo -n "Validating filter output "
stats=`babeltrace $trace_path | $CURDIR/$STATS_BIN --tracepoint $EVENT_NAME`
+ rm -rf $trace_path
+
$validator "$stats"
if [ $? -eq 0 ]; then
This page took
0.0256 seconds
and
4
git commands to generate.