Fix: tests: wait output hide Terminate errors
[lttng-tools.git] / tests / regression / tools / snapshots / ust_test
index d8ab18880a0b9bc7f152533d81c1a1f36e134f1a..552eed2312c0abd91b9bbe008368f850ee7e180c 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.023191 seconds and 4 git commands to generate.