mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-03 10:20:36 +00:00
Improve comment
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
299e31f10e
commit
c52e3bd93b
@ -878,8 +878,8 @@ wait_client_done() {
|
|||||||
CLI_EXIT=$?
|
CLI_EXIT=$?
|
||||||
|
|
||||||
kill $DOG_PID >/dev/null 2>&1
|
kill $DOG_PID >/dev/null 2>&1
|
||||||
# For ubuntu 22.04, `Terminated` message is outputed from `wait` command.
|
# For Ubuntu 22.04, `Terminated` message is outputed by wait command.
|
||||||
# to eliminate it from stdout, redirect stdout/stderr to CLI_OUT
|
# To remove it from stdout, redirect stdout/stderr to CLI_OUT
|
||||||
wait $DOG_PID >> $CLI_OUT 2>&1
|
wait $DOG_PID >> $CLI_OUT 2>&1
|
||||||
|
|
||||||
echo "EXIT: $CLI_EXIT" >> $CLI_OUT
|
echo "EXIT: $CLI_EXIT" >> $CLI_OUT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user