summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-02-17 18:54:32 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2020-02-17 18:54:32 +0100
commit7d6384d1f7f5538a00e0424b8d9b7e4ee0f855f2 (patch)
treeebd2bc15c3b0619a01ba88a7766d43ea90ef86d6 /run-tests.php
parentac0853eb265784c4238af652de9c54c883ffa99f (diff)
parente1de11d4671ef980889940e95c06912cc188a9fb (diff)
downloadphp-git-7d6384d1f7f5538a00e0424b8d9b7e4ee0f855f2.tar.gz
Merge branch 'PHP-7.4'
* PHP-7.4: Create a new console for each test worker on Windows
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/run-tests.php b/run-tests.php
index 1a59ca5f8e..85252e644e 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -1428,7 +1428,8 @@ function run_all_tests_parallel($test_files, $env, $redir_tested) {
"TEST_PHP_URI" => $sockUri,
],
[
- "suppress_errors" => TRUE
+ "suppress_errors" => TRUE,
+ 'create_new_console' => TRUE,
]
);
if ($proc === FALSE) {