This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
Fixed Makefile to cleanup after run
pull/1780/head
Ethan Frey
8 years ago
parent
05096de368
commit
98c4679f39
2 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.gitignore
+2
-1
Makefile
+ 1
- 0
.gitignore
View File
@ -1,3 +1,4 @@
*.swp
*.swo
*.pyc
vendor
+ 2
- 1
Makefile
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
Write
Preview
Loading…
Cancel
Save