Skip to content

Commit

Permalink
MAGETWO-38482: [Github] Install during integration test fails #1347
Browse files Browse the repository at this point in the history
- fixed wrong current work directory
  • Loading branch information
eddielau authored and mazhalai committed Jun 17, 2015
1 parent d3cbe9f commit 87ff278
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ public function __construct(
$appMode,
AutoloaderInterface $autoloadWrapper
) {
if (getcwd() != BP . '/dev/tests/integration') {
chdir(BP . '/dev/tests/integration');
}
$this->_shell = $shell;
$this->installConfigFile = $installConfigFile;
$this->_globalConfigDir = realpath($globalConfigDir);
Expand Down

0 comments on commit 87ff278

Please sign in to comment.