You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
226 B

  1. #! /bin/bash
  2. set -e
  3. # test the counter using a go test script
  4. bash tests/test_app/test.sh
  5. # test the cli against the examples in the tutorial at tendermint.com
  6. # TODO: make these less fragile
  7. # bash tests/test_cli/test.sh