Fix: delete the trace directory used for the test
[lttng-tools.git] / tests / regression / ust / periodical-metadata-flush / test_periodical_metadata_flush
index a5950b5e33f3169a2cb0cc05a5c75925a313ba20..1a2ff96557782d11d4bcbf9e3509e4068f49c1dd 100755 (executable)
@@ -254,7 +254,7 @@ start_lttng_sessiond
 while [ $i -lt $TEST_COUNT ]; do
        TRACE_PATH=$(mktemp -d)
        ${TESTS[$i]}
-       #rm -rf $TRACE_PATH
+       rm -rf $TRACE_PATH
        let "i++"
 done
 
This page took 0.023144 seconds and 4 git commands to generate.