mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-58250 behat: Status should be new exit code
Oring should not be done with old status, as it will always return failure.
This commit is contained in:
parent
1034421264
commit
337eaa2b55
@ -325,6 +325,7 @@ if ($verbose || $status) {
|
||||
}
|
||||
|
||||
// Update status after auto-rerun finished.
|
||||
$status = 0;
|
||||
foreach ($exitcodes as $name => $exitcode) {
|
||||
if ($exitcode) {
|
||||
if (!empty($parallelrun)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user