X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Ftools%2Frunall.sh;h=ca44fef0e7b96d23dad9d7305c9496d9766cfdba;hp=5231db08ca3ce2c23255e16a36cc1fb3c3f45390;hb=d7830591c7af9e78121ec5af69831b9dcd2afc1a;hpb=3cb37009b5f28ba74db6fd7a7a4da8639aab6f08 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