Tests: Add helper functions for printing status and banner
[lttng-tools.git] / tests / ust / high-throughput / run
index a97d2756664550795e38a25c6f87210a0725d5ae..de3111ddde8b95540600cb796e43fd2ef8a18fa2 100755 (executable)
@@ -48,8 +48,12 @@ for i in `seq 1 $NR_ITER`; do
        ./$CURDIR/$BIN_NAME & >/dev/null 2>&1
 done
 
-echo "Waiting for all tracing to settle"
-sleep 5
+echo "Waiting for applications to end"
+while [ -n "$(pidof $BIN_NAME)" ]; do
+       echo -n "."
+       sleep 0.5
+done
+echo ""
 
 stop_tracing $SESSION_NAME
 destroy_lttng_session $SESSION_NAME
This page took 0.024019 seconds and 4 git commands to generate.