tests: gen-ust-events: use options instead of arguments
[lttng-tools.git] / tests / stress / launch_ust_app
index 2bb8e4f66f783134136d994658810df631b110fd..9442ee22ccb18554f048387a7e6b565b6cbb37d7 100755 (executable)
@@ -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
This page took 0.022956 seconds and 4 git commands to generate.