Commit c9aaf67
committed
[Tests] Fix check for running process to prevent setup failures
If a test causes a server to crash, a pid file with the pid of
the crashed server will be left behind. The teardown phase would
then fail due to a non-zero return of the ps command when assigning
the pid to $PID. This changes the test to skip killing a process
that has already exited without failing.1 parent aef92e0 commit c9aaf67
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
0 commit comments