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
commit 4cd0c84f75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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