Setting $REPORT_EXIT_STATUS no longer makes "make test" fail if any tests fail; is that deliberate or can it be fixed?
Index: Makefile.global =================================================================== RCS file: /repository/php-src/Makefile.global,v retrieving revision 1.51 diff -u -r1.51 Makefile.global --- Makefile.global 4 Dec 2003 15:57:55 -0000 1.51 +++ Makefile.global 4 Nov 2004 13:39:51 -0000 @@ -51,7 +51,7 @@ install-su: install-pear install-tester test: - [EMAIL PROTECTED] test -x $(SAPI_CLI_PATH) && test ! -z $(SAPI_CLI_PATH); then \ + @if test -x $(SAPI_CLI_PATH) && test ! -z $(SAPI_CLI_PATH); then \ TEST_PHP_EXECUTABLE=$(top_builddir)/$(SAPI_CLI_PATH) \ TEST_PHP_SRCDIR=$(top_srcdir) \ CC="$(CC)" \ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php