Fixed Makefile to cleanup after run

This commit is contained in:
Ethan Frey
2017-01-17 15:41:11 +01:00
parent 05096de368
commit 98c4679f39
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -1,3 +1,4 @@
*.swp
*.swo
*.pyc
vendor
+2 -1
View File
@@ -11,7 +11,8 @@ install:
go install github.com/tendermint/abci/cmd/...
test:
go test `${NOVENDOR}`
find . -name test.sock -exec rm {} \;
go test -p 1 `${NOVENDOR}`
bash tests/test.sh
test_integrations: get_vendor_deps install test