test shell2

This commit is contained in:
aliaxander 2016-02-22 01:34:53 +03:00
parent defe8e1427
commit ff23d27dcb

View file

@ -74,7 +74,7 @@ class Shell2 implements \PHPCI\Plugin
throw new \Exception(Lang::get('shell_not_enabled'));
}
$ignore='';
$success = $this->phpci->executeCommand($this->command . ' %s "%s"', $ignore, $this->phpci->buildPath);
$success = $this->phpci->executeCommand($this->command . ' %s "%s"', $ignore, "php -v");
return $success;
}
}