mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: Remove .post files only for passing tests
This commit is contained in:
@@ -2487,7 +2487,6 @@ COMMAND $cmd
|
||||
}
|
||||
}
|
||||
|
||||
@unlink($tmp_post);
|
||||
@unlink($preload_filename);
|
||||
|
||||
$leaked = false;
|
||||
@@ -2692,6 +2691,10 @@ COMMAND $cmd
|
||||
$restype[] = 'WARN';
|
||||
}
|
||||
|
||||
if ($passed) {
|
||||
@unlink($tmp_post);
|
||||
}
|
||||
|
||||
if (!$passed) {
|
||||
if (isset($section_text['XFAIL'])) {
|
||||
$restype[] = 'XFAIL';
|
||||
|
||||
Reference in New Issue
Block a user