diff -r 1788e52b3086 -r fca9099ab398 components/python/python34/Makefile --- a/components/python/python34/Makefile Tue Apr 07 05:51:44 2015 -0700 +++ b/components/python/python34/Makefile Thu Apr 09 18:28:09 2015 -0700 @@ -173,6 +173,11 @@ COMPONENT_TEST_ENV += PATH="$(SPRO_VROOT)/bin:$(PATH)" # Prevent the tests from getting stuck waiting for input. COMPONENT_TEST_TARGETS = test < /dev/null +# Some different values for system testing. +COMPONENT_SYSTEM_TEST_ENV = EXTRATESTOPTS="-v -uall,-network $(TESTOPTS_PYTHON_TEST)" +COMPONENT_SYSTEM_TEST_TARGETS = +COMPONENT_SYSTEM_TEST_CMD= $(PYTHON.3.4) +COMPONENT_SYSTEM_TEST_ARGS= /usr/lib/python3.4/test/regrtest.py -v -uall,-network # The test output contains details from each test, in whatever order they # complete. The default _TRANSFORMER is not powerful enough to deal with @@ -182,6 +187,7 @@ COMPONENT_TEST_TRANSFORMS = "'/tests OK./ {results = 1}; /Re-running failed tests in verbose mode/ {results = 0} {if (results) print $0 } '" test: $(TEST_64) +system-test: $(SYSTEM_TEST_64) REQUIRED_PACKAGES += compress/bzip2 REQUIRED_PACKAGES += compress/xz