Tests: Fix first line of output to follow TAP guidelines
[lttng-tools.git] / tests / regression / tools / filtering / test_invalid_filter
index 700fa236940117fda9d85b78a272fef1a52cbb33..9e8a3c6f61fc917bb8cec6226bb064ceaf4760e5 100755 (executable)
@@ -28,8 +28,6 @@ NUM_TESTS=119
 
 source $TESTDIR/utils/utils.sh
 
-print_test_banner "$TEST_DESC"
-
 function enable_ust_lttng_event_filter
 {
        sess_name="$1"
@@ -85,6 +83,8 @@ function test_bytecode_limit
 
 plan_tests $NUM_TESTS
 
+print_test_banner "$TEST_DESC"
+
 IFS=$'\n'
 INVALID_FILTERS=(
                # Unsupported ops
This page took 0.022927 seconds and 4 git commands to generate.