We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f30c7 commit 0a18b09Copy full SHA for 0a18b09
tests/run.php
@@ -15,7 +15,7 @@
15
Process::signal(SIGCHLD, function($sig) use (&$buf) {
16
while($ret = Process::wait(false)) {
17
// Process exited
18
- if (strpos($buf, 'OK (') !== false) {
+ if (strpos($buf, 'OK') !== false) {
19
exit(0);
20
} else {
21
exit(1);
0 commit comments