We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 100ead3 commit 8b7f1d0Copy full SHA for 8b7f1d0
src/test/run-make/libtest-json/Makefile
@@ -8,7 +8,7 @@ all:
8
$(RUSTC) --test f.rs
9
$(call RUN,f) -Z unstable-options --test-threads=1 --format=json > $(OUTPUT_FILE) || true
10
11
- cat $(OUTPUT_FILE) | $(PYTHON) validate_json.py
+ cat $(OUTPUT_FILE) | "$(PYTHON)" validate_json.py
12
13
# Compare to output file
14
diff output.json $(OUTPUT_FILE)
0 commit comments