tests: gen-ust-events: use options instead of arguments
[lttng-tools.git] / tests / regression / ust / rotation-destroy-flush / test_rotation_destroy_flush
index a7a93771a1bfca3744abd1a77f62d963fe4824f6..3e1750d0691022837ea90740afa5e2c3bdf04544 100755 (executable)
@@ -41,15 +41,14 @@ 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"
 }
 
 function signal_cleanup()
 {
        diag "*** Exiting ***"
-       stop_lttng_sessiond
-       exit 1
+       full_cleanup
 }
 
 function enable_ust_lttng_channel_size_limit ()
This page took 0.022914 seconds and 4 git commands to generate.