aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2018-02-23 03:48:11 +0800
committerGitHub <noreply@github.com>2018-02-23 03:48:11 +0800
commit260eb7ab1068a6e55af210fbc45ecabde78ce41c (patch)
treed6f717d4a3f85bd27a9078c4252889b30504a77a
parent71a34abd87c8fcdc52ddc8da2dcc0b759a75f1d4 (diff)
parentb1acb7d226cd2819a47809e50b9591d5e0069041 (diff)
downloaddexon-solidity-260eb7ab1068a6e55af210fbc45ecabde78ce41c.tar.gz
dexon-solidity-260eb7ab1068a6e55af210fbc45ecabde78ce41c.tar.zst
dexon-solidity-260eb7ab1068a6e55af210fbc45ecabde78ce41c.zip
Merge pull request #3573 from ethereum/retryTests
Try external tests twice.
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index bc72623c..eb772d9b 100644
--- a/circle.yml
+++ b/circle.yml
@@ -83,7 +83,7 @@ jobs:
name: External tests
command: |
. /usr/local/nvm/nvm.sh
- test/externalTests.sh /tmp/workspace/soljson.js
+ test/externalTests.sh /tmp/workspace/soljson.js || test/externalTests.sh /tmp/workspace/soljson.js
build_x86:
docker:
- image: buildpack-deps:artful