Skip to content

Commit ec4779c

Browse files
committed
Fixes acquia#1852: blt sync issue exit code 75.
1 parent e0099a8 commit ec4779c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/travis/run_tests

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -ev
66
yaml-cli update:value blt/project.yml project.local.hostname '127.0.0.1:8888'
77

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

1212
set +v

src/Robo/Tasks/DrushTask.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ public function run() {
329329
}
330330

331331
/**
332-
* Adds drush comands with their corresponding options to stack.
332+
* Adds drush commands with their corresponding options to stack.
333333
*/
334334
protected function setupExecution() {
335335
$this->setOptionsForLastCommand();

0 commit comments

Comments
 (0)