tests: gen-ust-events: use options instead of arguments
[lttng-tools.git] / tests / regression / ust / rotation-destroy-flush / test_rotation_destroy_flush
index e404564e8412385d0ea179dc1b35ec85db7cf018..3e1750d0691022837ea90740afa5e2c3bdf04544 100755 (executable)
@@ -41,7 +41,7 @@ source $TESTDIR/utils/utils.sh
 # MUST set TESTDIR before calling those functions
 function run_app()
 {
-       $TESTAPP_BIN $NUM_EVENT
+       $TESTAPP_BIN -i $NUM_EVENT
        ok $? "Application done"
 }
 
This page took 0.023297 seconds and 4 git commands to generate.