Skip to content

Commit a5a58f1

Browse files
authored
Merge pull request #33820 from bkirwi/slt-rewrite
[test] SLT rewrites
2 parents c422357 + ac9e501 commit a5a58f1

File tree

1 file changed

+2
-0
lines changed
  • misc/python/materialize/cli

1 file changed

+2
-0
lines changed

misc/python/materialize/cli/run.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,8 @@ def main() -> int:
338338
# Common stack overflows in Debug mode
339339
if not args.release and not args.optimized:
340340
env["RUST_MIN_STACK"] = RUST_MIN_STACK
341+
# Always enable soft assertions in SLTs for un-redacted debug formatting and additional testing.
342+
env["MZ_SOFT_ASSERTIONS"] = "1"
341343
elif args.program == "test":
342344
(build_retcode, _) = _cargo_build(args)
343345
if args.build_only:

0 commit comments

Comments
 (0)