mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-26 12:35:20 +00:00
redirect stderr output in ubuntu22.04
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
e36397d13b
commit
fe52e55301
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user