Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(495)

Unified Diff: scripts/build/GNUmakefile

Issue 563730043: Address output-distance problems: (Closed)
Patch Set: disable test (try 2) Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | scripts/build/output-distance.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/build/GNUmakefile
diff --git a/scripts/build/GNUmakefile b/scripts/build/GNUmakefile
index d406b38b593247ec82b036398be99b563afc098d..e64455742396147865ec360aa02d56079692db32 100644
--- a/scripts/build/GNUmakefile
+++ b/scripts/build/GNUmakefile
@@ -15,5 +15,5 @@ include $(depth)/make/stepmake.make
all: $(INSTALLATION_FILES)
-local-check:
- $(PYTHON) output-distance.py --test
+local-test: output-distance.py
+ $(PYTHON) $< --test --output-dir=$(outdir)
« no previous file with comments | « no previous file | scripts/build/output-distance.py » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b