tests: gen-ust-events: use options instead of arguments
[lttng-tools.git] / tests / regression / tools / notification / test_notification_ust
index 82f79a8e6ad56c030a49fdce365596272fab683e..9461896415213d01837b3a34d7365becc362e4b2 100755 (executable)
@@ -65,7 +65,7 @@ function ust_event_generator
                        if [[ -f $state_file ]]; then
                                rm -rf $state_file 2> /dev/null
                        fi
-                       taskset  -c 0 $TESTAPP_BIN $NR_ITER $NR_USEC_WAIT > /dev/null 2>&1
+                       taskset  -c 0 $TESTAPP_BIN -i $NR_ITER -w $NR_USEC_WAIT > /dev/null 2>&1
                fi
        done
 }
This page took 0.024276 seconds and 5 git commands to generate.