diff options
author | Dario Maiocchi <dmaiocchi@suse.com> | 2017-11-11 13:16:03 +0100 |
---|---|---|
committer | Dario Maiocchi <dmaiocchi@suse.com> | 2017-11-13 18:15:49 +0100 |
commit | 3b93268d4b2ea1e98263b0329a3b21bed5a03ef1 (patch) | |
tree | 86bb311ca03679f725945bc36431171b45b76f08 /travis | |
parent | 6cca5196b383ecfbdf1162e1c3965f610bb3a95e (diff) | |
download | terraform-provider-libvirt-3b93268d4b2ea1e98263b0329a3b21bed5a03ef1.tar terraform-provider-libvirt-3b93268d4b2ea1e98263b0329a3b21bed5a03ef1.tar.gz |
Add more doc about the Makefile workflow(suggested)
Diffstat (limited to 'travis')
-rwxr-xr-x | travis/run_acceptance_test.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/travis/run_acceptance_test.sh b/travis/run_acceptance_test.sh new file mode 100755 index 00000000..5010505a --- /dev/null +++ b/travis/run_acceptance_test.sh @@ -0,0 +1,8 @@ +#!/bin/bash +set -x + +unset http_proxy +export TERRAFORM_LIBVIRT_TEST_DOMAIN_TYPE=qemu +export LIBVIRT_DEFAULT_URI="qemu:///system" +export TF_ACC=true +go test -v -covermode=count -coverprofile=profile.cov -timeout=1200s ./libvirt |