mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix test script.
This commit is contained in:
parent
cc1d5e47f9
commit
dae5f7d350
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user