summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-12-27 22:51:17 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-12-27 22:51:17 +0000
commit869609f3f8d4276bf060bcf4e5f51b4ea5024693 (patch)
treeda4930f9aac78556cebb2637f222777ddecfe310
parentFix issue in last commit. (diff)
Disable test suit for the time being.
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Notes
Notes: svn path=/head/; revision=125294
-rw-r--r--devel/simpletest/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/simpletest/Makefile b/devel/simpletest/Makefile
index 08a9ebbcdd7e..e9086185c4c8 100644
--- a/devel/simpletest/Makefile
+++ b/devel/simpletest/Makefile
@@ -86,9 +86,9 @@ CLASSES= authentication.php browser.php dumper.php errors.php \
pre-patch:
${CP} -r ${WRKSRC}/test ${WRKSRC}/test.beforeinstall
-do-build:
- cd ${WRKSRC}/test.beforeinstall && \
- ${LOCALBASE}/bin/php -f ${SIMPLETESTS}_tests.php
+#do-build:
+# cd ${WRKSRC}/test.beforeinstall && \
+# ${LOCALBASE}/bin/php -f ${SIMPLETESTS}_tests.php
do-install:
${MKDIR} ${DOCSDIR}