Tests: live kernel: no plan printed when non-root
[deliverable/lttng-tools.git] / tests / regression / tools / live / test_kernel
index 25cb0eda17d6dabe3b4846d6ba2daba331a0942b..f621e750dba0af6f675ee1f60d6ce129d31891c9 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.02527 seconds and 5 git commands to generate.