Gen-ust-events: use options instead of arguments
[lttng-tools.git] / tests / regression / ust / test_event_perf
index 3328fe8f1686a9e9dd45cf31b40cdc08a334e12d..7dda8e6f95ab253ec8aeecc72629f3433ceabf75 100755 (executable)
@@ -20,7 +20,6 @@ TEST_DESC="UST tracer - Perf counters"
 
 CURDIR=$(dirname $0)/
 TESTDIR=$CURDIR/../..
-LTTNG_BIN="lttng"
 SESSION_NAME="perf_counters"
 EVENT_NAME="tp:tptest"
 NUM_TESTS=24
@@ -87,7 +86,7 @@ function test_event_basic()
 
        start_lttng_tracing_ok
 
-       $TESTAPP_BIN $NR_ITER $NR_USEC_WAIT >/dev/null 2>&1
+       $TESTAPP_BIN -i $NR_ITER -w $NR_USEC_WAIT >/dev/null 2>&1
 
        stop_lttng_tracing_ok
 
This page took 0.02384 seconds and 5 git commands to generate.