Fix: make lttng expand path for trace output opt
[lttng-tools.git] / tests / ust / runall.sh
index 78182cb92684aa6b7c74865dd42ef3334b6068a1..01f1410be94aa6b51d927744beb72095685e01ec 100755 (executable)
@@ -2,7 +2,12 @@
 
 DIR=$(dirname $0)
 
-tests=( $DIR/run-ust-global-tests.sh $DIR/nevents/run $DIR/nprocesses/run )
+tests=( $DIR/run-ust-global-tests.sh $DIR/nprocesses/run \
+               $DIR/high-throughput/run $DIR/before-after/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.023123 seconds and 4 git commands to generate.