mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-12-03 11:51:24 +03:00
@@ -1259,7 +1259,7 @@ do_run_test_once() {
|
||||
# terminate the server (and the proxy)
|
||||
kill $SRV_PID
|
||||
# For Ubuntu 22.04, `Terminated` message is outputed by wait command.
|
||||
# To remove it from stdout, redirect stdout/stderr to CLI_OUT
|
||||
# To remove it from stdout, redirect stdout/stderr to SRV_OUT
|
||||
wait $SRV_PID >> $SRV_OUT 2>&1
|
||||
SRV_RET=$?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user