Gen-ust-events: use options instead of arguments
[lttng-tools.git] / tests / regression / ust / rotation-destroy-flush / test_rotation_destroy_flush
index a7a93771a1bfca3744abd1a77f62d963fe4824f6..275e65ec47a0acc21e5c0eadebe08d48e276ddee 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.024579 seconds and 5 git commands to generate.