mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 04:03:39 +00:00
[TravisCI] Try to unbreak running Python regression tests under ASan.
This commit is contained in:
parent
8835b54d16
commit
a1b6316e2e
|
@ -58,7 +58,7 @@ if [ "X${PYTHON_BINDINGS}" = "X1" ]; then
|
||||||
# to work.
|
# to work.
|
||||||
echo "FIXME: Skipping python binding tests when building with UBSan"
|
echo "FIXME: Skipping python binding tests when building with UBSan"
|
||||||
else
|
else
|
||||||
${PYTHON_EXECUTABLE} scripts/test_pyscripts.py "${Z3_LIB_DIR}" regressions/python/
|
run_non_native_binding ${PYTHON_EXECUTABLE} scripts/test_pyscripts.py "${Z3_LIB_DIR}" regressions/python/
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue