components/python/python34/Makefile
branchs11-update
changeset 3795 cfd59dfe98a2
parent 3793 7befd73326eb
child 3876 da37433d5103
--- a/components/python/python34/Makefile	Wed Jan 29 13:44:48 2014 -0800
+++ b/components/python/python34/Makefile	Tue Feb 03 09:36:03 2015 -0800
@@ -171,7 +171,8 @@
 # between tests.
 #
 COMPONENT_TEST_ENV = EXTRATESTOPTS="-v -uall,-network $(TESTOPTS_PYTHON_TEST)"
-COMPONENT_TEST_ENV += PATH="$(PATH)"
+# The distutils tests need $CC in $PATH.
+COMPONENT_TEST_ENV += PATH="$(SPRO_VROOT)/bin:$(PATH)"
 # Prevent the tests from getting stuck waiting for input.
 COMPONENT_TEST_TARGETS = test < /dev/null