Fix: Tests with racy event validation
[lttng-tools.git] / tests / regression / tools / live / test_ust
index d4110ceafdc86db147b4819ea1cd2e6621764939..2eac48c6eee8d71a822eb70e9661829b9d019224 100755 (executable)
@@ -81,11 +81,7 @@ fi
 setup_live_tracing
 
 # Run app in background
-$TESTAPP_BIN $NR_ITER $NR_USEC_WAIT >/dev/null 2>&1 &
-# Wait for app to complete
-while [ -n "$(pidof $TESTAPP_NAME)" ]; do
-       sleep 0.5
-done
+$TESTAPP_BIN $NR_ITER $NR_USEC_WAIT >/dev/null 2>&1
 
 # Start the live test
 $TESTDIR/regression/tools/live/live_test
This page took 0.025207 seconds and 5 git commands to generate.