File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docker-machine-functional-devstack
docker-machine-functional-public-clouds Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 66
66
export SHARED_NAME="bats-$DRIVER-test-shared-$(date +%s)"
67
67
export MACHINE_BUGSNAG_API_TOKEN=no-report
68
68
function machine() {
69
- "$MACHINE_ROOT"/bin/"$MACHINE_BIN_NAME" "$@"
69
+ "$MACHINE_ROOT"/bin/"$MACHINE_BIN_NAME" "--debug $@"
70
70
}
71
71
export -f machine
72
72
bats_tests="core-commands engine-options env_shell inspect_format regenerate-certs scp ssh-backends"
Original file line number Diff line number Diff line change 63
63
export MACHINE_BUGSNAG_API_TOKEN=no-report
64
64
65
65
function machine() {
66
- "$MACHINE_ROOT"/bin/"$MACHINE_BIN_NAME" "$@"
66
+ "$MACHINE_ROOT"/bin/"$MACHINE_BIN_NAME" "--debug $@"
67
67
}
68
68
export -f machine
69
69
EXIT_STATUS=0
You can’t perform that action at this time.
0 commit comments