Skip to content

Commit 59dd5ae

Browse files
committed
Makefile: test_internal should enable trace_log
1 parent 84e4f44 commit 59dd5ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ test_leak: test_internal
158158

159159
.PHONY: test_internal
160160
test_internal:
161-
RUSTFLAGS="-Zsanitizer=leak" cargo +nightly test --lib -- --nocapture
161+
RUSTFLAGS="-Zsanitizer=leak" cargo +nightly test -F trace_log --lib -- --nocapture ${ARGS}
162162

163163
.PHONY: build
164164
build: init

0 commit comments

Comments
 (0)