Skip to content

Commit 4014cd1

Browse files
committed
Clean run-tests patch whitespace
1 parent 9bfa483 commit 4014cd1

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

php/BuildPhp/config/run-tests/run-tests-8.2-plus.patch

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -446,10 +446,10 @@
446446
foreach ($message["PHP_FAILED_TESTS"] as $category => $tests) {
447447
$PHP_FAILED_TESTS[$category] = array_merge($PHP_FAILED_TESTS[$category], $tests);
448448
}
449-
@@ -1630,4 +1940,12 @@
450-
449+
@@ -1631,3 +1941,11 @@
451450
kill_children($workerProcs);
452-
451+
-
452+
+
453453
+ if ($workerCrashRetryTests) {
454454
+ echo "Retrying " . count($workerCrashRetryTests) . " tests interrupted by worker crashes serially...\n";
455455
+ $savedWorkers = $workers;
@@ -471,14 +471,13 @@
471471
break;
472472
default:
473473
send_message($workerSock, [
474-
@@ -2942,6 +3269,7 @@
474+
@@ -2942,5 +3269,6 @@
475475
function error(string $message): void
476476
{
477477
echo "ERROR: {$message}\n";
478478
+ buildphp_worker_recovery_save_junit_on_error($message);
479479
exit(1);
480480
}
481-
482481
@@ -3353,5 +3681,7 @@
483482
if (!empty($suite_name)) {
484483
foreach ($suite['files'] as $file) {

0 commit comments

Comments
 (0)