test shell2

This commit is contained in:
aliaxander 2016-02-22 01:16:56 +03:00
parent 2a5a25e5f9
commit 8045c35918

View file

@ -76,7 +76,7 @@ class Shell2 implements \PHPCI\Plugin
$success = true;
if (!$this->phpci->executeCommand($this->command)) {
if (!shell_exec($this->command)) {
$success = false;
}