components/python/pylxml/Makefile
changeset 5071 ee5549aeee8d
parent 4847 05ee227964f9
child 7687 1093e2a9adbd
--- a/components/python/pylxml/Makefile	Thu Nov 05 07:03:40 2015 -0800
+++ b/components/python/pylxml/Makefile	Fri Nov 06 13:40:47 2015 -0800
@@ -50,6 +50,16 @@
 COMPONENT_TEST_ARGS=	test
 COMPONENT_TEST_CMD=	$(MAKE) -i
 COMPONENT_TEST_DIR=	$(SOURCE_DIR)
+COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
+COMPONENT_TEST_TRANSFORMS += \
+	'-e "/\(cc\).*/d" ' \
+	'-e "/\(PYTHONPATH\).*/d" ' \
+	'-e "/\(Doctest\).*/d" ' \
+	'-e "/\(Building\).*/d" ' \
+	'-e "/\(building\).*/d" ' \
+        '-e "/\(copying\).*/d" ' \
+	'-e "/\(creating\).*/d" ' \
+	'-e "s|\(Ran 1368 tests\).*|\1|" '
 
 # common targets
 build:		$(BUILD_32_and_64)