Skip to content

Commit 8b3d4d9

Browse files
committed
Fix libtest-json test
1 parent 99f295a commit 8b3d4d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-make/libtest-json/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ OUTPUT_FILE := $(TMPDIR)/libtest-json-output.json
66

77
all:
88
$(RUSTC) --test f.rs
9-
$(call RUN,f) -Z unstable-options --test-threads=1 --format=json > $(OUTPUT_FILE) || true
9+
RUST_BACKTRACE=0 $(call RUN,f) -Z unstable-options --test-threads=1 --format=json > $(OUTPUT_FILE) || true
1010

1111
cat $(OUTPUT_FILE) | "$(PYTHON)" validate_json.py
1212

0 commit comments

Comments
 (0)