Gen-ust-events: use options instead of arguments
[lttng-tools.git] / tests / regression / ust / test_event_perf
index 4e665e65e5eb3b8359c1c0213aeb84554ca73903..7dda8e6f95ab253ec8aeecc72629f3433ceabf75 100755 (executable)
@@ -86,7 +86,7 @@ function test_event_basic()
 
        start_lttng_tracing_ok
 
-       $TESTAPP_BIN $NR_ITER $NR_USEC_WAIT >/dev/null 2>&1
+       $TESTAPP_BIN -i $NR_ITER -w $NR_USEC_WAIT >/dev/null 2>&1
 
        stop_lttng_tracing_ok
 
This page took 0.02383 seconds and 5 git commands to generate.