Minor fix for the UST streaming test
authorDavid Goulet <dgoulet@efficios.com>
Wed, 25 Jul 2012 21:03:47 +0000 (17:03 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Wed, 25 Jul 2012 21:03:47 +0000 (17:03 -0400)
Signed-off-by: David Goulet <dgoulet@efficios.com>
tests/tools/streaming/run-ust

index 0689201621e30d6ecd300c889105491389c851a4..2e88d2a9fc8541b4aa686e39cf0f30054f433cb4 100755 (executable)
@@ -42,7 +42,7 @@ function lttng_create_session
 function lttng_enable_consumer
 {
        # Create session with default path
-       $TESTDIR/../src/bin/lttng/$LTTNG_BIN enable-consumer -u net://localhost/test >/dev/null 2>&1
+       $TESTDIR/../src/bin/lttng/$LTTNG_BIN enable-consumer -u net://localhost >/dev/null 2>&1
 }
 
 function wait_apps
This page took 0.02467 seconds and 4 git commands to generate.