# HG changeset patch # User Rich Burridge # Date 1420493887 28800 # Node ID 12b8b4df213860ebe403b381f8714e64d78e265a # Parent ac4a2e93e0357f267b20420e27a6e35b97e66387 20244362 pep8 should have some master test results to compare against diff -r ac4a2e93e035 -r 12b8b4df2138 components/python/pep8/Makefile --- a/components/python/pep8/Makefile Mon Jan 05 13:33:36 2015 -0800 +++ b/components/python/pep8/Makefile Mon Jan 05 13:38:07 2015 -0800 @@ -57,6 +57,10 @@ COMPONENT_POST_INSTALL_ACTION += \ (cd $(PROTO_DIR)/usr/bin ; $(MV) -f pep8 pep8-$(PYTHON_VERSION)) +# Master test results are the same for all versions of Python, so override +# here, rather than create multiple identical master files. +COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master + COMPONENT_TEST_DIR = $(SOURCE_DIR) COMPONENT_TEST_ARGS = pep8.py --testsuite testsuite diff -r ac4a2e93e035 -r 12b8b4df2138 components/python/pep8/test/results-all.master --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/python/pep8/test/results-all.master Mon Jan 05 13:38:07 2015 -0800 @@ -0,0 +1,2 @@ +2600 lines tested: 34 files, 312 test cases. +Test passed.