fix wrong typo
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
2fcb056ea9
commit
27d80927d5
@ -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=$?
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user