From 8045c359182a95ba28e7fbd2d67035bf96d09c7a Mon Sep 17 00:00:00 2001 From: aliaxander Date: Mon, 22 Feb 2016 01:16:56 +0300 Subject: [PATCH] test shell2 --- PHPCI/Plugin/Shell2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PHPCI/Plugin/Shell2.php b/PHPCI/Plugin/Shell2.php index 5186a389..64c49abc 100644 --- a/PHPCI/Plugin/Shell2.php +++ b/PHPCI/Plugin/Shell2.php @@ -76,7 +76,7 @@ class Shell2 implements \PHPCI\Plugin $success = true; - if (!$this->phpci->executeCommand($this->command)) { + if (!shell_exec($this->command)) { $success = false; }