X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Fnotification%2Ftest_notification_ust;fp=tests%2Fregression%2Ftools%2Fnotification%2Ftest_notification_ust;h=fd6fd43cafaa46df78c0d72378380acfe72cbbec;hp=8941e476d50b9e5730fc90633da412acc703ca28;hb=a4c305246c4b8021fa1681076326731349a1cd17;hpb=7886d6703b080ef163feb3a345fa69e21599821b diff --git a/tests/regression/tools/notification/test_notification_ust b/tests/regression/tools/notification/test_notification_ust index 8941e476d..fd6fd43ca 100755 --- a/tests/regression/tools/notification/test_notification_ust +++ b/tests/regression/tools/notification/test_notification_ust @@ -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 }