diff options
author | edwin <edwin@FreeBSD.org> | 2004-12-28 06:51:17 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-12-28 06:51:17 +0800 |
commit | 9219786c42805c5d6f60f54594f4b6fd06f9867b (patch) | |
tree | b7ee64cc1b5724b38ff453ede491c0f647c2be2d | |
parent | e043a3b198f547f4336a68ed38c7c875efa60ecd (diff) | |
download | freebsd-ports-gnome-9219786c42805c5d6f60f54594f4b6fd06f9867b.tar.gz freebsd-ports-gnome-9219786c42805c5d6f60f54594f4b6fd06f9867b.tar.zst freebsd-ports-gnome-9219786c42805c5d6f60f54594f4b6fd06f9867b.zip |
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} |