Skip to content

Commit

Permalink
Eliminate hardcoding of hidden subdirs we want copied for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lamech committed Jul 29, 2019
1 parent d2b8247 commit 7026928
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions features/bootstrap/Drumkit/DrumkitContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,7 @@ public function iBootstrapDrumkit()
public function iBootstrapThisCode()
{
$this->iAmInATemporaryDirectory();
$this->iRun("cp -r " . $this->getOrigDir() . "/* .");
$this->iRun("cp -r " . $this->getOrigDir() . "/.mk .");
$this->iRun("cp -r " . $this->getOrigDir() . "/.git .");
$this->iRun("bash -c 'shopt -s dotglob && cp -r " . $this->getOrigDir() . "/* .'");
}

/**
Expand Down

0 comments on commit 7026928

Please sign in to comment.