mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-25 01:14:28 +00:00
test: install abci-cli when running test/app/test.sh
This commit is contained in:
@@ -10,6 +10,12 @@ set -ex
|
|||||||
|
|
||||||
export PATH="$GOBIN:$PATH"
|
export PATH="$GOBIN:$PATH"
|
||||||
export TMHOME=$HOME/.tendermint_app
|
export TMHOME=$HOME/.tendermint_app
|
||||||
|
MODULEROOT=`go env | grep GOMOD= | sed "s/GOMOD=\"\(.*\)go.mod\"/\1/g"`
|
||||||
|
|
||||||
|
# abci-cli must be on the path for these tests to run.
|
||||||
|
if [ ! $(which abci-cli) ]; then
|
||||||
|
go install $MODULEROOT/abci/cmd/abci-cli
|
||||||
|
fi
|
||||||
|
|
||||||
function kvstore_over_socket(){
|
function kvstore_over_socket(){
|
||||||
rm -rf $TMHOME
|
rm -rf $TMHOME
|
||||||
|
|||||||
Reference in New Issue
Block a user