Skip to content

Commit

Permalink
Do not pollute t_server_null.sh logs with "ps" output
Browse files Browse the repository at this point in the history
Signed-off-by: Samuli Seppänen <[email protected]>
  • Loading branch information
mattock committed May 16, 2024
1 parent e892c20 commit af88948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/t_server_null_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ do
# Make sure that the server processes are truly dead before exiting
while :
do
ps -p $SERVER_PID || break
ps -p $SERVER_PID > /dev/null || break
sleep 0.2
done
done

0 comments on commit af88948

Please sign in to comment.