mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-28 13:41:21 +00:00
move comment
This commit is contained in:
parent
0981c174cc
commit
a0bf6dc1a1
1
Makefile
1
Makefile
@ -35,7 +35,6 @@ dist:
|
|||||||
@ bash scripts/dist.sh
|
@ bash scripts/dist.sh
|
||||||
@ bash scripts/publish.sh
|
@ bash scripts/publish.sh
|
||||||
|
|
||||||
# test.sh requires that we run the installed cmds, must not be out of date
|
|
||||||
test:
|
test:
|
||||||
@ find . -path ./vendor -prune -o -name "*.sock" -exec rm {} \;
|
@ find . -path ./vendor -prune -o -name "*.sock" -exec rm {} \;
|
||||||
@ echo "==> Running go test"
|
@ echo "==> Running go test"
|
||||||
|
1
test.sh
1
test.sh
@ -14,5 +14,6 @@ done
|
|||||||
|
|
||||||
echo "==> Running integration tests (./tests)"
|
echo "==> Running integration tests (./tests)"
|
||||||
find . -path ./vendor -prune -o -name "*.sock" -exec rm {} \;
|
find . -path ./vendor -prune -o -name "*.sock" -exec rm {} \;
|
||||||
|
# tests/test.sh requires that we run the installed cmds, must not be out of date
|
||||||
make install
|
make install
|
||||||
bash tests/test.sh
|
bash tests/test.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user