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 b914e67 commit 6dd541eCopy full SHA for 6dd541e
travis/run-tests-acceptance
@@ -13,7 +13,10 @@ TEST_ARGS_DEF="-covermode=count -coverprofile=profile.cov -timeout=1200s"
13
14
unset http_proxy
15
export TERRAFORM_LIBVIRT_TEST_DOMAIN_TYPE=qemu
16
-export LIBVIRT_DEFAULT_URI="qemu:///system"
+if test -z "${LIBVIRT_DEFAULT_URI}"; then
17
+ LIBVIRT_DEFAULT_URI="qemu:///system"
18
+fi
19
+export LIBVIRT_DEFAULT_URI
20
export TF_ACC=true
21
22
set -x
0 commit comments