Gen-ust-events: use options instead of arguments
[deliverable/lttng-tools.git] / tests / regression / tools / exclusion / test_exclusion
index c155c25f6221f2f93dedf59ce88e6144943b0f59..99d8b76095e392dac585575b79c9cacb0106e2d4 100755 (executable)
@@ -19,7 +19,6 @@ TEST_DESC="Event exclusion"
 
 CURDIR=$(dirname $0)/
 TESTDIR=$CURDIR/../../..
-LTTNG_BIN="lttng"
 STATS_BIN="$TESTDIR/utils/babelstats.pl"
 SESSION_NAME="test-exclusion"
 TESTAPP_PATH="$TESTDIR/utils/testapp"
@@ -41,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.024521 seconds and 5 git commands to generate.