mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #7633 from ethereum/fix/tests-run
Remove macOS flag for SMT tests
This commit is contained in:
commit
4cd0c84f75
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user