Cleanup: Tests: live/test_{lttng_,}ust: testapp not in background
[lttng-tools.git] / tests / regression / tools / live / test_ust
index 55ef5566533afdbf0a354bb38bd191b2bec1caa2..1de9ad598d7c27dc2df0229af38f453d9368b456 100755 (executable)
@@ -51,7 +51,6 @@ start_lttng_relayd_notap "-o $TRACE_PATH"
 
 setup_live_tracing
 
-# Run app in background
 $TESTAPP_BIN -i $NR_ITER -w $NR_USEC_WAIT --sync-after-first-event ${file_sync_after_first} >/dev/null 2>&1
 
 while [ ! -f "${file_sync_after_first}" ]; do
@@ -61,9 +60,6 @@ done
 # Start the live test
 $TESTDIR/regression/tools/live/live_test
 
-# Wait for the applications started in background
-wait
-
 clean_live_tracing
 
 rm -f ${file_sync_after_first}
This page took 0.023381 seconds and 4 git commands to generate.