tests: gen-ust-events: use options instead of arguments
[lttng-tools.git] / tests / regression / ust / test_event_perf
index 9b1dea3ebb89b3a31060fe1aaafc927f13cdb3e6..237d45621057d3e0928ac167fd15d3e5d2673d76 100755 (executable)
@@ -113,7 +113,7 @@ function test_event_basic()
        if [ "$ret" != "4" ]; then
                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.025155 seconds and 5 git commands to generate.