Skip to content

Commit 43c763d

Browse files
committed
Disable ANSI-output as it breaks matching on AppVeyor
1 parent a4aa5b9 commit 43c763d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Go/Functional/BaseFunctionalTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ protected function loadConfiguration()
118118
protected function execute($command, $args = null, $expectSuccess = true, $expectedExitCode = null)
119119
{
120120
$phpExecutable = (new PhpExecutableFinder())->find();
121-
$commandStatement = sprintf('%s %s %s %s %s',
121+
$commandStatement = sprintf('%s %s --no-ansi %s %s %s',
122122
$phpExecutable,
123123
$this->configuration['console'],
124124
$command,

0 commit comments

Comments
 (0)