Tests: Fix first line of output to follow TAP guidelines
[lttng-tools.git] / tests / regression / tools / filtering / test_unsupported_op
index d0c6c862027a1a69ac47b2fb04d7dbea43d7d2b0..b5b7f27bb4a063a8ebe7c9d685555bb93c04be93 100755 (executable)
@@ -27,8 +27,6 @@ TRACE_PATH=$(mktemp -d)
 NUM_TESTS=46
 source $TESTDIR/utils/utils.sh
 
-print_test_banner "$TEST_DESC"
-
 function enable_ust_lttng_event_filter_unsupported
 {
        sess_name=$1
@@ -86,6 +84,8 @@ function test_unsupported_op
 
 plan_tests $NUM_TESTS
 
+print_test_banner "$TEST_DESC"
+
 # Unsupported operators
 OP_STR=("MUL" "DIV" "MOD" "PLUS" "MINUS" "LSHIFT" "RSHIFT"
        "BIN_AND" "BIN_OR" "BIN_XOR" "UNARY_BIN_NOT")
This page took 0.023086 seconds and 4 git commands to generate.