We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd15b31 commit 7e66a48Copy full SHA for 7e66a48
tests/includes/juju.sh
@@ -65,7 +65,7 @@ bootstrap() {
65
cloud="azure"
66
;;
67
"localhost" | "lxd")
68
- cloud="lxd"
+ cloud="localhost"
69
70
"lxd-remote" | "vsphere" | "openstack" | "k8s" | "maas")
71
cloud="${BOOTSTRAP_CLOUD}"
tests/main.sh
@@ -312,7 +312,6 @@ trap cleanup EXIT HUP INT TERM
312
313
# Setup test directory
314
TEST_DIR=$(mktemp -d tmp.XXX | xargs -I % echo "$(pwd)/%")
315
-export TEST_DIR
316
317
run_test() {
318
TEST_CURRENT=${1}
0 commit comments