Skip to content

Commit 73fd0aa

Browse files
committed
debug...
1 parent ebffa94 commit 73fd0aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ task:
2424
tests_script:
2525
- export SKIP_IO_CAPTURE_TESTS=1
2626
- export CI_NO_IPV6=1
27-
- sapi/cli/php run-tests.php -P -q -j2 -g FAIL,XFAIL,BORK,WARN,LEAK,XLEAK,SKIP --offline --show-diff --show-slow 1000 --set-timeout 120 -d zend_extension=opcache.so
27+
- sapi/cli/php run-tests.php -P -q -j2 --offline --show-diff --show-slow 1000 --set-timeout 120 -d zend_extension=opcache.so

run-tests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1533,9 +1533,9 @@ function run_all_tests_parallel(array $test_files, array $env, $redir_tested): v
15331533
$toWrite = null;
15341534
$toExcept = null;
15351535
if (stream_select($toRead, $toWrite, $toExcept, 10)) {
1536-
echo "Select " . count($toRead) . "\n";
15371536
foreach ($toRead as $workerSock) {
15381537
$i = array_search($workerSock, $workerSocks);
1538+
echo "Select $i\n";
15391539
if ($i === false) {
15401540
kill_children($workerProcs);
15411541
error("Could not find worker stdout in array of worker stdouts, THIS SHOULD NOT HAPPEN.");

0 commit comments

Comments
 (0)