Remove macOS flag

This commit is contained in:
Chris Chinchilla 2019-11-05 17:02:37 +01:00
parent 9bec533453
commit c9a56d5339

View File

@ -36,11 +36,6 @@ source "${REPO_ROOT}/scripts/common.sh"
WORKDIR=`mktemp -d` WORKDIR=`mktemp -d`
CMDLINE_PID= CMDLINE_PID=
if [[ "$OSTYPE" == "darwin"* ]]
then
SMT_FLAGS="--no-smt"
fi
cleanup() { cleanup() {
# ensure failing commands don't cause termination during cleanup (especially within safe_kill) # ensure failing commands don't cause termination during cleanup (especially within safe_kill)
set +e set +e