Skip to content

Commit 0a18b09

Browse files
committed
ignore skipped tests
1 parent 32f30c7 commit 0a18b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
Process::signal(SIGCHLD, function($sig) use (&$buf) {
1616
while($ret = Process::wait(false)) {
1717
// Process exited
18-
if (strpos($buf, 'OK (') !== false) {
18+
if (strpos($buf, 'OK') !== false) {
1919
exit(0);
2020
} else {
2121
exit(1);

0 commit comments

Comments
 (0)