diff options
-rwxr-xr-x | scripts/tests.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/tests.sh b/scripts/tests.sh index 34d71bd2..09bdc963 100755 --- a/scripts/tests.sh +++ b/scripts/tests.sh @@ -42,6 +42,8 @@ test "${output//[[:blank:]]/}" = "3" # instead. This will go away soon. if [[ "$OSTYPE" == "darwin"* ]]; then ETH_PATH="$REPO_ROOT/eth" +else if [ -z $CI ]; then + ETH_PATH="eth" else mkdir -p /tmp/test ETH_PATH="docker run --rm -v /tmp/test:/tmp/test -e HOME=/tmp/test/ --user $(id -u):$(id -g) ethereum/client-cpp" |