mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
libtest: Fixed call to python in run-make
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user