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