Skip to content

Commit 7fc3a46

Browse files
authored
Merge pull request apache#289 from theopenlab/docker-machine-debug
Add --debug option for docker-machine for tracing issue
2 parents 5cd49e5 + ef6e1c2 commit 7fc3a46

File tree

2 files changed

+2
-2
lines changed
  • playbooks
    • docker-machine-functional-devstack
    • docker-machine-functional-public-clouds

2 files changed

+2
-2
lines changed

playbooks/docker-machine-functional-devstack/run.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
export SHARED_NAME="bats-$DRIVER-test-shared-$(date +%s)"
6767
export MACHINE_BUGSNAG_API_TOKEN=no-report
6868
function machine() {
69-
"$MACHINE_ROOT"/bin/"$MACHINE_BIN_NAME" "$@"
69+
"$MACHINE_ROOT"/bin/"$MACHINE_BIN_NAME" "--debug $@"
7070
}
7171
export -f machine
7272
bats_tests="core-commands engine-options env_shell inspect_format regenerate-certs scp ssh-backends"

playbooks/docker-machine-functional-public-clouds/run.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
export MACHINE_BUGSNAG_API_TOKEN=no-report
6464
6565
function machine() {
66-
"$MACHINE_ROOT"/bin/"$MACHINE_BIN_NAME" "$@"
66+
"$MACHINE_ROOT"/bin/"$MACHINE_BIN_NAME" "--debug $@"
6767
}
6868
export -f machine
6969
EXIT_STATUS=0

0 commit comments

Comments
 (0)