tests: gen-ust-events: use options instead of arguments
[lttng-tools.git] / tests / regression / tools / snapshots / ust_test
index aa9d4763e6c762419cf678f77e5c7db68eba4cf1..60f6e8dac4e76c9990208c4f99054828b2001ebc 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.023336 seconds and 5 git commands to generate.