Merge branch 'develop' into bucky/no-gogo

This commit is contained in:
Ethan Buchman
2018-05-30 08:34:16 -04:00
committed by GitHub
4 changed files with 29 additions and 3 deletions
+5 -1
View File
@@ -90,7 +90,11 @@ test_apps:
@ bash tests/test_app/test.sh
test_cli:
# test the cli against the examples in the tutorial at tendermint.com
# test the cli against the examples in the tutorial at:
# http://tendermint.readthedocs.io/projects/tools/en/master/abci-cli.html
#
# XXX: if this test fails, fix it and update the docs at:
# https://github.com/tendermint/tendermint/blob/develop/docs/abci-cli.rst
@ bash tests/test_cli/test.sh
########################################