1
0
Fork 0

incorporated change to Perforce: Capture output, stopping errors showing up if p4 is not available

pull/2472/head
mwhittom 2013-11-27 10:27:16 -06:00
parent a8084e46ff
commit dde9c309fd
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ class Perforce
public static function checkServerExists($url, ProcessExecutor $processExecutor)
{
$output = null;
return 0 === $processExecutor->execute('p4 -p ' . $url . ' info -s', $output);
return 0 === $processExecutor->execute('p4 -p ' . $url . ' info -s', $output);
}
public function getComposerInformation($identifier)