Gen-ust-events: use options instead of arguments
[lttng-tools.git] / tests / regression / tools / exclusion / test_exclusion
index 949cd41df1459db3f3898ed1aeca49f6d2d2c178..99d8b76095e392dac585575b79c9cacb0106e2d4 100755 (executable)
@@ -40,7 +40,7 @@ function enable_ust_lttng_all_event_exclusion()
 
 function run_apps
 {
-        $TESTAPP_BIN $NR_ITER $NR_USEC_WAIT
+        $TESTAPP_BIN -i $NR_ITER -w $NR_USEC_WAIT
 }
 
 function test_exclusion
This page took 0.023986 seconds and 5 git commands to generate.