X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Ftools%2Frunall.sh;h=b2be91c6ca0282460f43b4e5c191692fcff8fa4d;hp=5231db08ca3ce2c23255e16a36cc1fb3c3f45390;hb=ffadb7d34f0cfd59405e075d84dc10512e832446;hpb=3774a99a40bb3be275687bdf202efae226e4d1d0 diff --git a/tests/tools/runall.sh b/tests/tools/runall.sh index 5231db08c..b2be91c6c 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 $DIR/health/runall $DIR/filtering/runall) exit_code=0