diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-27 22:51:17 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-27 22:51:17 +0000 |
commit | 869609f3f8d4276bf060bcf4e5f51b4ea5024693 (patch) | |
tree | da4930f9aac78556cebb2637f222777ddecfe310 | |
parent | Fix issue in last commit. (diff) |
Disable test suit for the time being.
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
-rw-r--r-- | devel/simpletest/Makefile | 6 |
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} |