tendermint/test/test.sh

13 lines
336 B
Bash
Raw Normal View History

2016-07-23 09:48:30 -07:00
#! /bin/bash
2016-07-23 16:38:44 -07:00
# integrations test
# this is the script run by eg CircleCI.
# It creates a docker container,
# installs the dependencies,
# and runs the tests.
# If we pushed to STAGING or MASTER,
# it will also run the tests for all dependencies
docker build -t tester -f ./test/Dockerfile .
docker run -t tester bash test/run_test.sh