Fix: remove temporary directory for valid filters test
authorDavid Goulet <dgoulet@efficios.com>
Tue, 13 Nov 2012 18:44:02 +0000 (13:44 -0500)
committerDavid 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

index d32a60d58498aaa9804c501d8d78decfff4464b4..3d7e921f220314824270347b56e939be3b23a864 100755 (executable)
@@ -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.02674 seconds and 5 git commands to generate.