diff -r 4c9c1c3e5031 -r cfd59dfe98a2 components/python/python27/Makefile --- a/components/python/python27/Makefile Wed Jan 29 13:44:48 2014 -0800 +++ b/components/python/python27/Makefile Tue Feb 03 09:36:03 2015 -0800 @@ -176,7 +176,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)" COMPONENT_TEST_TARGETS = test test: $(TEST_32_and_64)