Commit 1b9fa14
kill test server with KILL rather than QUIT
Using QUIT will cause perl on win32 to spew warnings "Terminating on
signal SIGQUIT". We don't need the process to shut down gracefully, so
we can just kill it using KILL, which avoids these messages.1 parent 6d6a1ba commit 1b9fa14
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments