We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faddb58 commit 62d94efCopy full SHA for 62d94ef
misc/python/materialize/mzcompose/services.py
@@ -499,6 +499,7 @@ def __init__(
499
if environment is None:
500
environment = [
501
"TMPDIR=/share/tmp",
502
+ "MZ_SOFT_ASSERTIONS=1",
503
# Please think twice before forwarding additional environment
504
# variables from the host, as it's easy to write tests that are
505
# then accidentally dependent on the state of the host machine.
0 commit comments