tests: gen-ust-events: use options instead of arguments
[lttng-tools.git] / tests / regression / tools / live / test_lttng_ust
index b9a9970584797390270ae58954c55f5c52298b4b..65c96956f74758b4b7b3a6b21aff06c25c09b03d 100755 (executable)
@@ -74,7 +74,7 @@ start_lttng_relayd "-o $TRACE_PATH"
 setup_live_tracing
 
 # Run app in background
-$TESTAPP_BIN $NR_ITER $NR_USEC_WAIT >/dev/null 2>&1
+$TESTAPP_BIN -i $NR_ITER -w $NR_USEC_WAIT >/dev/null 2>&1
 
 clean_live_tracing
 
@@ -83,6 +83,5 @@ rm -rf $TRACE_PATH
 stop_lttng_relayd
 
 test_custom_url
-pkill $RELAYD_BIN
 
 stop_lttng_sessiond
This page took 0.024232 seconds and 4 git commands to generate.