mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-30 09:12:14 +00:00
12 lines
226 B
Bash
Executable File
12 lines
226 B
Bash
Executable File
#! /bin/bash
|
|
set -e
|
|
|
|
# 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
|
|
# TODO: make these less fragile
|
|
# bash tests/test_cli/test.sh
|
|
|
|
|