diff --git a/scripts/tests.sh b/scripts/tests.sh index 542c932a3..425a4ff4a 100755 --- a/scripts/tests.sh +++ b/scripts/tests.sh @@ -94,7 +94,7 @@ download_eth ETH_PID=$(run_eth /tmp/test) progress="--show-progress" -if [ "$CI" ] +if [ "$CIRCLECI" ] then progress="" fi