Skip to content

Commit b0de696

Browse files
committed
case 27689; fix behat fatal error
1 parent 5342c7b commit b0de696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/SiteTestCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ protected function execute(InputInterface $input, OutputInterface $output) {
8484

8585
$command = sprintf(
8686
'cd %stests && ' .
87-
'./behat %s && ' .
87+
'./behat %s; ' .
8888
'cd %s; ./vendor/bin/phpunit;',
8989
$this->shellPath($this->destination),
9090
$this->behatTags,

0 commit comments

Comments
 (0)