Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
  Remove .post files only for passing tests
This commit is contained in:
Levi Morrison 2019-07-25 09:49:18 -06:00
commit c624a7fe43

View file

@ -1971,8 +1971,6 @@ COMMAND $cmd
}
}
@unlink($tmp_post);
$leaked = false;
$passed = false;
@ -2164,6 +2162,10 @@ COMMAND $cmd
$restype[] = 'WARN';
}
if ($passed) {
@unlink($tmp_post);
}
if (!$passed) {
if (isset($section_text['XFAIL'])) {
$restype[] = 'XFAIL';