Skip to content

Commit 093ee68

Browse files
committed
MTA-3996: Create util for troubleshooting analysis with functional test execution
- stabilization
1 parent 63c0822 commit 093ee68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/functional/lib/Magento/Mtf/Troubleshooting/HtaccessAnalyzer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
9090
}
9191
$this->curl->close();
9292
} catch (\Exception $e) {
93-
$messages['error'][] = $e->getMessage();
93+
$output->outputMessages(['error' => [$e->getMessage()]]);
9494
}
9595
$output->writeln(".htaccess check finished.");
9696
}

0 commit comments

Comments
 (0)