Skip to content

Commit

Permalink
Fixes acquia#1852: blt sync issue exit code 75.
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash committed Jul 31, 2017
1 parent e0099a8 commit ec4779c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/travis/run_tests
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -ev
yaml-cli update:value blt/project.yml project.local.hostname '127.0.0.1:8888'

blt validate:all
blt setup --define drush.alias='${drush.aliases.ci}' --define environment=ci --no-interaction -v
blt setup --define drush.alias='${drush.aliases.ci}' --define environment=ci --no-interaction --yes -v
blt tests:all --define drush.alias='${drush.aliases.ci}' --define tests.run-server=true --yes -v

set +v
2 changes: 1 addition & 1 deletion src/Robo/Tasks/DrushTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ public function run() {
}

/**
* Adds drush comands with their corresponding options to stack.
* Adds drush commands with their corresponding options to stack.
*/
protected function setupExecution() {
$this->setOptionsForLastCommand();
Expand Down

0 comments on commit ec4779c

Please sign in to comment.