diff options
author | chriseth <c@ethdev.com> | 2017-02-20 19:14:45 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2017-04-25 22:47:43 +0800 |
commit | dae5f7d35000db044527410a5995ac819d397ee6 (patch) | |
tree | 2d39a1727876e38a651924ee2578469e499b31cf /scripts/tests.sh | |
parent | cc1d5e47f919989cdc0635a9816b62bc3b78e538 (diff) | |
download | dexon-solidity-dae5f7d35000db044527410a5995ac819d397ee6.tar.gz dexon-solidity-dae5f7d35000db044527410a5995ac819d397ee6.tar.zst dexon-solidity-dae5f7d35000db044527410a5995ac819d397ee6.zip |
Fix test script.
Diffstat (limited to 'scripts/tests.sh')
-rwxr-xr-x | scripts/tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tests.sh b/scripts/tests.sh index 09bdc963..ff1229da 100755 --- a/scripts/tests.sh +++ b/scripts/tests.sh @@ -42,7 +42,7 @@ test "${output//[[:blank:]]/}" = "3" # instead. This will go away soon. if [[ "$OSTYPE" == "darwin"* ]]; then ETH_PATH="$REPO_ROOT/eth" -else if [ -z $CI ]; then +elif [ -z $CI ]; then ETH_PATH="eth" else mkdir -p /tmp/test |