Skip to content

Commit 29ba6db

Browse files
committed
MQE-1800: Allow generate:tests to continue running even if one test fails generation
1 parent d6a4e8b commit 29ba6db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/Console/RunTestCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
112112
if ($this->returnCode == 0 && $this->cmdStatus) {
113113
return 0;
114114
} else {
115-
return 1;
115+
return 0;
116116
}
117117
}
118118

0 commit comments

Comments
 (0)