Tests: gen-ust-nevents: use options instead of arguments
[lttng-tools.git] / tests / regression / tools / exclusion / test_exclusion
index e41925fa5ea7eb5e93d88e84d9166c6fabe3d8c2..ed653b72f9a6c94705c8b618b7f33f72a06af36b 100755 (executable)
@@ -30,7 +30,7 @@ function enable_ust_lttng_all_event_exclusion()
 
 function run_apps
 {
-       $TESTAPP_BIN $NR_ITER $NR_USEC_WAIT >/dev/null 2>&1
+       $TESTAPP_BIN --iter $NR_ITER --wait $NR_USEC_WAIT >/dev/null 2>&1
        ok $? "Running test application"
 }
 
This page took 0.022715 seconds and 4 git commands to generate.