tests: gen-ust-events: use options instead of arguments
[lttng-tools.git] / tests / regression / tools / exclusion / test_exclusion
index c155c25f6221f2f93dedf59ce88e6144943b0f59..fae072ca8bb871c6f0798d37c23c79ba806b1bc2 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 >/dev/null 2>&1
 }
 
 function test_exclusion
This page took 0.02321 seconds and 4 git commands to generate.