incorporated change to Perforce: Capture output, stopping errors showing up if p4 is not available
parent
a8084e46ff
commit
dde9c309fd
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue