Add low-throughput test
[lttng-tools.git] / tests / ust / runall.sh
index 514680b7a25fb60f8fa138eb03b25d8cab3e1743..f47246fceaf07b7241b4222cdbd1c8a7ca828a7f 100755 (executable)
@@ -4,6 +4,10 @@ DIR=$(dirname $0)
 
 tests=( $DIR/run-ust-global-tests.sh $DIR/nevents/run $DIR/nprocesses/run \
                $DIR/high-throughput/run )
+
+# $DIR/low-throughput/run --> DEACTIVATED.
+# Use only for release. This test last 20 minutes
+
 exit_code=0
 
 function start_tests ()
This page took 0.023416 seconds and 4 git commands to generate.