Gen-ust-events: use options instead of arguments
[lttng-tools.git] / tests / regression / tools / snapshots / ust_test
index 1e01eb21e2bf1b0c5d2a84677893985ca42b5dad..2d585fd531595920ebc02c0ba89296081f009e21 100755 (executable)
@@ -49,7 +49,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.0245 seconds and 5 git commands to generate.