Tests: live kernel: no plan printed when non-root
[lttng-tools.git] / tests / regression / tools / live / test_kernel
index 58fe34936d287e46b29fec76594a7944b7b7771b..b622b52143d3bc4a740fb9e7a1ade7739dc60f19 100755 (executable)
@@ -43,7 +43,7 @@ function clean_live_tracing()
 if [ "$(id -u)" == "0" ]; then
        isroot=1
 else
-       echo "Root access is needed. Skipping all tests."
+       plan_skip_all "Root access is needed. Skipping all tests."
        exit 0
 fi
 
This page took 0.023876 seconds and 4 git commands to generate.