Skip to content

Commit

Permalink
Merge pull request apache#290 from theopenlab/debug-docker-machine
Browse files Browse the repository at this point in the history
Add --debug option for docker-machine
  • Loading branch information
liusheng authored Aug 17, 2018
2 parents ee53217 + d5eb863 commit 855d312
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion playbooks/docker-machine-functional-devstack/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
export SHARED_NAME="bats-$DRIVER-test-shared-$(date +%s)"
export MACHINE_BUGSNAG_API_TOKEN=no-report
function machine() {
"$MACHINE_ROOT"/bin/"$MACHINE_BIN_NAME" "--debug $@"
"$MACHINE_ROOT"/bin/"$MACHINE_BIN_NAME" "--debug" "$@"
}
export -f machine
bats_tests="core-commands engine-options env_shell inspect_format regenerate-certs scp ssh-backends"
Expand Down
2 changes: 1 addition & 1 deletion playbooks/docker-machine-functional-public-clouds/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
export MACHINE_BUGSNAG_API_TOKEN=no-report
function machine() {
"$MACHINE_ROOT"/bin/"$MACHINE_BIN_NAME" "--debug $@"
"$MACHINE_ROOT"/bin/"$MACHINE_BIN_NAME" "--debug" "$@"
}
export -f machine
EXIT_STATUS=0
Expand Down

0 comments on commit 855d312

Please sign in to comment.