Tests: Fix first line of output to follow TAP guidelines
[lttng-tools.git] / tests / regression / tools / streaming / test_kernel
index db529c53b75b8004a41284bc8621894683e72aa0..9877bb8d949f455c3e9ef071169c26f787eb7965 100755 (executable)
@@ -28,8 +28,6 @@ NUM_TESTS=10
 
 source $TESTDIR/utils/utils.sh
 
-print_test_banner "$TEST_DESC"
-
 # LTTng kernel modules check
 out=`ls /lib/modules/$(uname -r)/extra | grep lttng`
 if [ -z "$out" ]; then
@@ -79,6 +77,8 @@ function test_kernel_after_start ()
 
 plan_tests $NUM_TESTS
 
+print_test_banner "$TEST_DESC"
+
 if [ "$(id -u)" == "0" ]; then
        isroot=1
 else
This page took 0.02305 seconds and 4 git commands to generate.