From: David Goulet Date: Tue, 14 Aug 2012 21:08:12 +0000 (-0400) Subject: Activate streaming tests in make check X-Git-Tag: v2.1.0-rc1~23 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=d7830591c7af9e78121ec5af69831b9dcd2afc1a;ds=sidebyside Activate streaming tests in make check Signed-off-by: David Goulet --- diff --git a/tests/tools/runall.sh b/tests/tools/runall.sh index 5231db08c..ca44fef0e 100755 --- 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