Tests: Fix first line of output to follow TAP guidelines
[lttng-tools.git] / tests / regression / ust / buffers-uid / test_buffers_uid
index a97a90aa830ac9a24595a0b4a44dbe2a965c2e1e..97fd95d489a1fcf7866f31ef916614147a845cfe 100755 (executable)
@@ -26,8 +26,6 @@ NUM_TESTS=58
 
 source $TESTDIR/utils/utils.sh
 
-print_test_banner "$TEST_DESC"
-
 if [ ! -x "$CURDIR/gen-nevents" ]; then
        BAIL_OUT "No UST nevents binary detected."
 fi
@@ -203,7 +201,7 @@ test_multiple_channels() {
        ok $? "Start application to trace"
 
        stop_lttng_tracing $SESSION_NAME
-       trace_matches $EVENT_NAME $NR_ITER $TRACE_PATH
+       trace_matches $EVENT_NAME $[NR_ITER * 5] $TRACE_PATH
        out=$?
 
        destroy_lttng_session $SESSION_NAME
@@ -214,6 +212,8 @@ test_multiple_channels() {
 # MUST set TESTDIR before calling those functions
 plan_tests $NUM_TESTS
 
+print_test_banner "$TEST_DESC"
+
 TESTS=(
        "test_before_app"
        "test_after_app"
This page took 0.022982 seconds and 4 git commands to generate.