tests: gen-ust-events: use options instead of arguments
[lttng-tools.git] / tests / regression / tools / notification / test_notification_multi_app
index 600b0f69c256f64ce43a2214f4cd8eade3862b32..752f4d6de73e1fba346c5c02b139adf02f4e287e 100755 (executable)
@@ -97,7 +97,7 @@ function ust_event_generator
                        if [[ -f $state_file ]]; then
                                rm $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.02386 seconds and 5 git commands to generate.