Skip to content

Commit 62d94ef

Browse files
authored
turn on MZ_SOFT_ASSERTIONS=1 in the testdrive binary (MaterializeInc#11725)
No reason not to
1 parent faddb58 commit 62d94ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

misc/python/materialize/mzcompose/services.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,7 @@ def __init__(
499499
if environment is None:
500500
environment = [
501501
"TMPDIR=/share/tmp",
502+
"MZ_SOFT_ASSERTIONS=1",
502503
# Please think twice before forwarding additional environment
503504
# variables from the host, as it's easy to write tests that are
504505
# then accidentally dependent on the state of the host machine.

0 commit comments

Comments
 (0)