Don't auto-run integration test.

This commit is contained in:
Jacob Hoffman-Andrews 2015-05-22 09:49:53 -07:00
parent 442ede5bda
commit dc02fedc51
1 changed files with 0 additions and 2 deletions

View File

@ -63,8 +63,6 @@ else
run go test ${dirlist}
fi
setsid bash test/integration-test.sh
unformatted=$(find . -name "*.go" -not -path "./Godeps/*" -print | xargs -n1 gofmt -l)
if [ "x${unformatted}" != "x" ] ; then
echo "Unformatted files found; setting failure state."