projects
/
lttng-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87c1611
)
Minor fix for the UST streaming test
author
David Goulet
<dgoulet@efficios.com>
Wed, 25 Jul 2012 21:03:47 +0000
(17:03 -0400)
committer
David 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
patch
|
blob
|
blame
|
history
diff --git
a/tests/tools/streaming/run-ust
b/tests/tools/streaming/run-ust
index 0689201621e30d6ecd300c889105491389c851a4..2e88d2a9fc8541b4aa686e39cf0f30054f433cb4 100755
(executable)
--- 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
This page took
0.025631 seconds
and
4
git commands to generate.