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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue