Tests: clarify the tap output of the kernel session rotation test
[lttng-tools.git] / tests / regression / tools / rotation / rotate_utils.sh
index 2ef419339162a5a1586e67d138a2a4808bcb03a8..cb2fc53b9877f2b08c5b41eda40b08f2bd456a9f 100644 (file)
@@ -119,11 +119,10 @@ function rotate_timer_test ()
                sleep 1
        done
        test $nr -ge $expected_chunks
-       ok $? "Generated $nr chunks in $(($nr_iter))s"
+       ok $? "Generated at least $nr chunks in $(($nr_iter))s"
        stop_lttng_tracing_ok $SESSION_NAME
        destroy_lttng_session_ok $SESSION_NAME
 
-       # Make sure the 10 first chunks are valid empty traces
        i=1
        local chunk_pattern=$(get_chunk_pattern ${today})
 
This page took 0.026303 seconds and 5 git commands to generate.