Display the full call stack in the error output

[MAILPOET-3765]
This commit is contained in:
Pavel Dohnal
2021-09-07 10:45:26 +02:00
committed by Veljko V
parent bdda742caa
commit 4ed3b3e5ba

View File

@@ -148,7 +148,7 @@ class RoboFile extends \Robo\Tasks {
} }
public function testIntegration(array $opts=['file' => null, 'xml' => false, 'multisite' => false, 'debug' => false]) { public function testIntegration(array $opts=['file' => null, 'xml' => false, 'multisite' => false, 'debug' => false]) {
$command = 'vendor/bin/codecept run integration'; $command = 'vendor/bin/codecept run integration -vvv';
if ($opts['multisite']) { if ($opts['multisite']) {
$command = 'MULTISITE=true ' . $command; $command = 'MULTISITE=true ' . $command;