Skip to content

Commit 2d29e30

Browse files
committed
MQE-987: Decouple MFTF from Magento
- fix output from codecept proces
1 parent 9309e9f commit 2d29e30

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
@@ -65,7 +65,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
6565
$process->setWorkingDirectory(TESTS_BP);
6666
$process->run(
6767
function ($type, $buffer) use ($output) {
68-
$output->writeln($buffer);
68+
$output->write($buffer);
6969
}
7070
);
7171
}

0 commit comments

Comments
 (0)