Gen-ust-events: use options instead of arguments
[lttng-tools.git] / tests / regression / tools / snapshots / test_ust_streaming
index 93b0957f3e8d28650c0e0f576d973ba416bb6447..b986a9fde37b03a171b669a89a2961d45bd4792d 100755 (executable)
@@ -61,7 +61,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.029705 seconds and 5 git commands to generate.