commit | fe52e553016a99043761b56f5a9c6e796e7f3f78 | [log] [tgz] |
---|---|---|
author | Jerry Yu <jerry.h.yu@arm.com> | Sat Jul 09 04:23:43 2022 +0000 |
committer | Jerry Yu <jerry.h.yu@arm.com> | Tue Jul 12 09:53:37 2022 +0000 |
tree | 201e682375fe0337995bf2e9ccebe423dd5adb9a | |
parent | e36397d13b8877a648479ff327db5fb5e8d71871 [diff] [blame] |
redirect stderr output in ubuntu22.04 Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh index c934811..10aaa4a 100755 --- a/tests/ssl-opt.sh +++ b/tests/ssl-opt.sh
@@ -878,7 +878,7 @@ 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