Fix: tests: wait output hide Terminate errors
[lttng-tools.git] / tests / regression / tools / snapshots / ust_test
index 4ef9f5848cffb7ccd4f33171ac33305194b19414..1541e6e1e745b3272e318d76f47f0f4cdf6c3b9d 100755 (executable)
@@ -71,8 +71,9 @@ function stop_test_apps()
        diag "Stopping $TESTAPP_NAME"
        for p in ${APPS_PID}; do
                kill ${p}
-               wait ${p} 2>&1
+               wait ${p} 2>/dev/null
        done
+       APPS_PID=
 }
 
 function snapshot_add_output ()
This page took 0.024545 seconds and 5 git commands to generate.