From: David Goulet Date: Wed, 25 Jul 2012 21:03:47 +0000 (-0400) Subject: Minor fix for the UST streaming test X-Git-Tag: v2.1.0-rc1~45 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=2c46f0d263b46ca718618f9bf3e471bf3dffb62d Minor fix for the UST streaming test Signed-off-by: David Goulet --- diff --git a/tests/tools/streaming/run-ust b/tests/tools/streaming/run-ust index 068920162..2e88d2a9f 100755 --- a/tests/tools/streaming/run-ust +++ b/tests/tools/streaming/run-ust @@ -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