mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
libtest: Fixed call to python in run-make
This commit is contained in:
parent
100ead353a
commit
8b7f1d0cec
@ -8,7 +8,7 @@ all:
|
||||
$(RUSTC) --test f.rs
|
||||
$(call RUN,f) -Z unstable-options --test-threads=1 --format=json > $(OUTPUT_FILE) || true
|
||||
|
||||
cat $(OUTPUT_FILE) | $(PYTHON) validate_json.py
|
||||
cat $(OUTPUT_FILE) | "$(PYTHON)" validate_json.py
|
||||
|
||||
# Compare to output file
|
||||
diff output.json $(OUTPUT_FILE)
|
||||
|
Loading…
Reference in New Issue
Block a user