tendermint/tests/test.sh

12 lines
226 B
Bash
Raw Normal View History

2016-07-23 18:54:58 -04:00
#! /bin/bash
2017-11-28 07:24:17 +00:00
set -e
2016-07-23 18:54:58 -04:00
# test the counter using a go test script
bash tests/test_app/test.sh
# test the cli against the examples in the tutorial at tendermint.com
2018-01-05 22:57:45 -05:00
# TODO: make these less fragile
# bash tests/test_cli/test.sh
2016-07-23 18:54:58 -04:00