We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99f295a commit 8b3d4d9Copy full SHA for 8b3d4d9
src/test/run-make/libtest-json/Makefile
@@ -6,7 +6,7 @@ OUTPUT_FILE := $(TMPDIR)/libtest-json-output.json
6
7
all:
8
$(RUSTC) --test f.rs
9
- $(call RUN,f) -Z unstable-options --test-threads=1 --format=json > $(OUTPUT_FILE) || true
+ RUST_BACKTRACE=0 $(call RUN,f) -Z unstable-options --test-threads=1 --format=json > $(OUTPUT_FILE) || true
10
11
cat $(OUTPUT_FILE) | "$(PYTHON)" validate_json.py
12
0 commit comments