Skip to content

Commit 5db9d1d

Browse files
committed
Revert JIT disabling for run-tests.php workers
1 parent 6b3cedf commit 5db9d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-tests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1432,7 +1432,7 @@ function run_all_tests_parallel(array $test_files, array $env, $redir_tested): v
14321432
$startTime = microtime(true);
14331433
for ($i = 1; $i <= $workers; $i++) {
14341434
$proc = proc_open(
1435-
[$thisPHP, "-dopcache.jit=0", $thisScript],
1435+
[$thisPHP, $thisScript],
14361436
[], // Inherit our stdin, stdout and stderr
14371437
$pipes,
14381438
null,

0 commit comments

Comments
 (0)