Update go.sh to run destroy tests

This commit is contained in:
Mitchell Hashimoto 2016-10-16 18:26:50 -07:00
parent 7418f6c48f
commit bff4e31070
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 1 additions and 1 deletions

2
go.sh
View File

@ -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