Merge pull request #7633 from ethereum/fix/tests-run

Remove macOS flag for SMT tests
This commit is contained in:
chriseth
2019-11-05 20:00:31 +01:00
committed by GitHub
-5
View File
@@ -36,11 +36,6 @@ source "${REPO_ROOT}/scripts/common.sh"
WORKDIR=`mktemp -d`
CMDLINE_PID=
if [[ "$OSTYPE" == "darwin"* ]]
then
SMT_FLAGS="--no-smt"
fi
cleanup() {
# ensure failing commands don't cause termination during cleanup (especially within safe_kill)
set +e