diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-02-27 20:54:45 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-27 20:54:45 +0800 |
commit | 6512bfbcea2fb76145b2163c9962599c2f09e0b9 (patch) | |
tree | 89cfaa4a5275c705da9687e3326b0ccddddbe342 /test | |
parent | 9c31a0d8f584f245ce368dc57ee760fe752f3ca6 (diff) | |
parent | 6a83beaab52e0601c1e7654d27a8e72f53b77182 (diff) | |
download | dexon-solidity-6512bfbcea2fb76145b2163c9962599c2f09e0b9.tar.gz dexon-solidity-6512bfbcea2fb76145b2163c9962599c2f09e0b9.tar.zst dexon-solidity-6512bfbcea2fb76145b2163c9962599c2f09e0b9.zip |
Merge pull request #3601 from ethereum/circleParallel
Parallelize tests on circle.
Diffstat (limited to 'test')
-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." |