diff --git a/devel/llvm60/Makefile b/devel/llvm60/Makefile index 609f7994a39a..c9d983ccdc76 100644 --- a/devel/llvm60/Makefile +++ b/devel/llvm60/Makefile @@ -466,7 +466,7 @@ post-install-LIT-on: ${STAGEDIR}${PREFIX}/bin/FileCheck${LLVM_SUFFIX} TEST_CMD= '(cd ${WRKSRC}/test; ${SETENV} ${MAKE_ENV} LD_LIBRARY_PATH=${WRKSRC}/Release/lib ${MAKE_CMD} check-local-lit)' -regression-test: ${BUILD_COOKIE} +do-test: if [ `${ID} -u` = 0 ]; then \ ${CHOWN} -R nobody ${WRKSRC}/test; \ su -m nobody -c ${TEST_CMD}; \