From fe52e553016a99043761b56f5a9c6e796e7f3f78 Mon Sep 17 00:00:00 2001 From: Jerry Yu Date: Sat, 9 Jul 2022 04:23:43 +0000 Subject: [PATCH] redirect stderr output in ubuntu22.04 Signed-off-by: Jerry Yu --- tests/ssl-opt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh index c93481121..10aaa4a35 100755 --- a/tests/ssl-opt.sh +++ b/tests/ssl-opt.sh @@ -878,7 +878,7 @@ wait_client_done() { CLI_EXIT=$? kill $DOG_PID >/dev/null 2>&1 - wait $DOG_PID + wait $DOG_PID >> $CLI_OUT 2>&1 echo "EXIT: $CLI_EXIT" >> $CLI_OUT