Tests: remove debug output from test
authorDavid Goulet <dgoulet@efficios.com>
Fri, 28 Jun 2013 18:22:00 +0000 (14:22 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Fri, 28 Jun 2013 18:22:00 +0000 (14:22 -0400)
Signed-off-by: David Goulet <dgoulet@efficios.com>
tests/regression/tools/snapshots/test_kernel_streaming

index 7954b19c98ef368259e2b51c836827c29d67533d..f28adaa1eed930571ef1695605d55104f001bcc3 100755 (executable)
@@ -25,7 +25,7 @@ CHANNEL_NAME="chan1"
 
 TRACE_PATH=$(mktemp -d)
 
-NUM_TESTS=13
+NUM_TESTS=36
 
 source $TESTDIR/utils/utils.sh
 
@@ -69,7 +69,6 @@ function test_kernel_default_name_with_del()
 
        lttng_snapshot_del_output $SESSION_NAME 1
        snapshot_add_output $SESSION_NAME "net://localhost"
-       lttng snapshot list-output
        lttng_snapshot_record $SESSION_NAME
 
        # Validate test with the next ID since a del output was done prior.
@@ -156,8 +155,7 @@ skip $isroot "Root access is needed. Skipping all kernel streaming tests." $NUM_
                ${fct_test}
                if [ $? -eq 0 ]; then
                        # Only delete if successful
-                       echo allo
-                       #rm -rf $TRACE_PATH
+                       rm -rf $TRACE_PATH
                else
                        break
                fi
This page took 0.025094 seconds and 4 git commands to generate.