tests: gen-ust-events: use options instead of arguments
[lttng-tools.git] / tests / regression / tools / snapshots / test_ust_streaming
index eecd0253bd6fe56cfa16ef3c65eaa193f05331de..03c244bc1b31f596d49539fab95a3522271e999f 100755 (executable)
@@ -60,7 +60,7 @@ function start_test_app()
        local tmp_file=$(mktemp -u)
 
        # Start application with a temporary file.
-       $TESTAPP_BIN $NR_ITER $NR_USEC_WAIT $tmp_file &
+       $TESTAPP_BIN -i $NR_ITER -w $NR_USEC_WAIT --sync-after-first-event $tmp_file &
        ret=$?
        APPS_PID="${APPS_PID} ${!}"
        ok $ret "Start application to trace"
This page took 0.02416 seconds and 5 git commands to generate.