提交 8b7f1d0c 编写于 作者: G Gilad Naaman

libtest: Fixed call to python in run-make

上级 100ead35
......@@ -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)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册