X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fstress%2Flaunch_ust_app;h=9442ee22ccb18554f048387a7e6b565b6cbb37d7;hp=2bb8e4f66f783134136d994658810df631b110fd;hb=6c4a91d639747f260ab46decebc50998ef063712;hpb=b0d240a2e2204087ff1634f0bd265660c0582f33 diff --git a/tests/stress/launch_ust_app b/tests/stress/launch_ust_app index 2bb8e4f66..9442ee22c 100755 --- a/tests/stress/launch_ust_app +++ b/tests/stress/launch_ust_app @@ -52,7 +52,7 @@ fi # Infinite loop. Spawns NR_APP apps for NR_USEC_WAIT doing NR_APP_LOOP. while :; do for j in `seq 1 $NR_APP`; do - $TESTAPP_BIN $NR_APP_LOOP $NR_USEC_WAIT >/dev/null 2>&1 & + $TESTAPP_BIN -i $NR_APP_LOOP -w $NR_USEC_WAIT >/dev/null 2>&1 & done # Wait before the next round of applications. sleep 3