Deprecate enable/disable-consumer
[lttng-tools.git] / tests / tools / health / runall
index c22e3539cfa64ba9dd522872eafb3e749c7ccc02..d1c8b34468b11a2d87d15a76d02839802622cdb7 100755 (executable)
@@ -2,7 +2,7 @@
 
 DIR=$(dirname $0)
 
-tests=( $DIR/health_thread_exit $DIR/health_thread_stall )
+tests=( $DIR/health_thread_exit $DIR/health_thread_stall $DIR/health_tp_fail)
 exit_code=0
 
 function start_tests ()
@@ -23,6 +23,11 @@ function start_tests ()
        done
 }
 
+if [ "$(id -u)" != "0" ]; then
+       echo -e "Need root for health test."
+       exit 0
+fi
+
 start_tests
 
 exit $exit_code
This page took 0.024952 seconds and 4 git commands to generate.