Skip to content

Commit fe8bd59

Browse files
committed
MQE-2272: run:failed only runs last failed test when multiple tests are run with run:test
1 parent 4c48ad1 commit fe8bd59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/Console/BaseGenerateCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ protected function applyAllFailed()
349349
}
350350

351351
if (!empty($this->allFailed)) {
352-
// Update 'failed' with content from 'failed_all'
352+
// Update 'failed' with content from 'allFailed'
353353
if (file_exists($this->testsFailedFile)) {
354354
rename($this->testsFailedFile, $this->testsFailedFile . '.copy');
355355
}

0 commit comments

Comments
 (0)