fix wrong typo

Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
Jerry Yu 2022-08-02 21:28:55 +08:00
parent 2fcb056ea9
commit 27d80927d5

View File

@ -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=$?