tests: gen-ust-events: use options instead of arguments
[lttng-tools.git] / tests / regression / tools / tracefile-limits / test_tracefile_count
index 6ada8580f0c575f29927ea4219733201bdca5fa0..e446d3f3ef3ed4076a718e8abfec5739c8ee8dc0 100755 (executable)
@@ -119,7 +119,7 @@ function test_tracefile_count_limit ()
 
        start_lttng_tracing_ok $session_name
 
-       $TESTAPP_BIN $num_iter >/dev/null 2>&1
+       $TESTAPP_BIN -i $num_iter >/dev/null 2>&1
 
        stop_lttng_tracing_ok $session_name
 
This page took 0.024522 seconds and 5 git commands to generate.