From bff4e31070fec6687be1c43157bfb221301de19f Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 16 Oct 2016 18:26:50 -0700 Subject: [PATCH] Update go.sh to run destroy tests --- go.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.sh b/go.sh index eb7a1697e..44e2c0198 100755 --- a/go.sh +++ b/go.sh @@ -1 +1 @@ -go test ./terraform | grep -E '(FAIL|panic)' | tee /dev/tty | wc -l +go test ./terraform -Xnew-destroy | grep -E '(FAIL|panic)' | tee /dev/tty | wc -l