diff options
author | chriseth <chris@ethereum.org> | 2018-02-27 03:41:18 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-02-27 19:08:27 +0800 |
commit | 6a83beaab52e0601c1e7654d27a8e72f53b77182 (patch) | |
tree | 6cbdd2015e506670e9b8bd1af2dc1a35107c5a4e /test/cmdlineTests.sh | |
parent | b9dccf9f20d8f4348966e3c6cacd11fbda47c162 (diff) | |
download | dexon-solidity-6a83beaab52e0601c1e7654d27a8e72f53b77182.tar.gz dexon-solidity-6a83beaab52e0601c1e7654d27a8e72f53b77182.tar.zst dexon-solidity-6a83beaab52e0601c1e7654d27a8e72f53b77182.zip |
Run tests in parallel on circle.
Diffstat (limited to 'test/cmdlineTests.sh')
-rwxr-xr-x | test/cmdlineTests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cmdlineTests.sh b/test/cmdlineTests.sh index a249b601..32456fd0 100755 --- a/test/cmdlineTests.sh +++ b/test/cmdlineTests.sh @@ -172,4 +172,4 @@ TMPDIR=$(mktemp -d) done ) rm -rf "$TMPDIR" -echo "Done." +echo "Commandline tests successful." |