From 3b93268d4b2ea1e98263b0329a3b21bed5a03ef1 Mon Sep 17 00:00:00 2001 From: Dario Maiocchi Date: Sat, 11 Nov 2017 13:16:03 +0100 Subject: Add more doc about the Makefile workflow(suggested) --- travis/run_acceptance_test.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 travis/run_acceptance_test.sh (limited to 'travis') 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 -- cgit v1.2.3