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:
3cb3700
)
Activate streaming tests in make check
author
David Goulet
<dgoulet@efficios.com>
Tue, 14 Aug 2012 21:08:12 +0000
(17:08 -0400)
committer
David Goulet
<dgoulet@efficios.com>
Tue, 14 Aug 2012 21:08:12 +0000
(17:08 -0400)
Signed-off-by: David Goulet <dgoulet@efficios.com>
tests/tools/runall.sh
patch
|
blob
|
blame
|
history
diff --git
a/tests/tools/runall.sh
b/tests/tools/runall.sh
index 5231db08ca3ce2c23255e16a36cc1fb3c3f45390..ca44fef0e7b96d23dad9d7305c9496d9766cfdba 100755
(executable)
--- a/
tests/tools/runall.sh
+++ b/
tests/tools/runall.sh
@@
-2,10
+2,8
@@
DIR=$(dirname $0)
-tests=( $DIR/test_kernel_data_trace $DIR/test_sessions $DIR/test_ust_data_trace )
-
-# Disable for now until they all pass and the problem are fixed
-# $DIR/streaming/runall
+tests=( $DIR/test_kernel_data_trace $DIR/test_sessions $DIR/test_ust_data_trace \
+ $DIR/streaming/runall )
exit_code=0
This page took
0.02531 seconds
and
4
git commands to generate.