Fix: tests: wait output hide Terminate errors
[lttng-tools.git] / tests / regression / tools / snapshots / ust_test
index 69feb9494a35b0e39e1f424b509f4d4011e6e0ad..1541e6e1e745b3272e318d76f47f0f4cdf6c3b9d 100755 (executable)
@@ -71,7 +71,7 @@ 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=
 }
This page took 0.023631 seconds and 4 git commands to generate.