Added chdir because atoum as bundle need to be run from app root path
This commit is contained in:
parent
e91b9426e0
commit
e2c7a4cd43
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ class Atoum implements \PHPCI\Plugin
|
|||
$dirPath = $this->phpci->buildPath . DIRECTORY_SEPARATOR . $this->directory;
|
||||
$cmd .= " -d '{$dirPath}'";
|
||||
}
|
||||
|
||||
chdir($this->phpci->buildPath);
|
||||
$output = '';
|
||||
$status = true;
|
||||
exec($cmd, $output);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue