20244362 pep8 should have some master test results to compare against
authorRich Burridge <rich.burridge@oracle.com>
Mon, 05 Jan 2015 13:38:07 -0800
changeset 3582 12b8b4df2138
parent 3581 ac4a2e93e035
child 3583 9837d78b0c73
20244362 pep8 should have some master test results to compare against
components/python/pep8/Makefile
components/python/pep8/test/results-all.master
--- 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
 
--- /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.