Fix tests
parent
b31052fcde
commit
e4711326a4
|
@ -104,7 +104,7 @@ class GitDownloader extends VcsDownloader implements DvcsDownloaderInterface
|
|||
return;
|
||||
}
|
||||
|
||||
$command = 'git status --porcelain ' . ($showUntracked ? '' : ' --untracked-files=no');
|
||||
$command = 'git status --porcelain' . ($showUntracked ? '' : ' --untracked-files=no');
|
||||
if (0 !== $this->process->execute($command, $output, $path)) {
|
||||
throw new \RuntimeException('Failed to execute ' . $command . "\n\n" . $this->process->getErrorOutput());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue