gunnar: server Makefile,1.77,1.78

cvs at kolab.org cvs at kolab.org
Sat Apr 25 21:13:34 CEST 2009


Author: gunnar

Update of /kolabrepository/server
In directory doto:/tmp/cvs-serv26118

Modified Files:
	Makefile 
Log Message:
Ensure earlier tests don't affect lates ones.

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/Makefile,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- Makefile	24 Apr 2009 07:34:43 -0000	1.77
+++ Makefile	25 Apr 2009 19:13:32 -0000	1.78
@@ -171,6 +171,7 @@
 test:
 	@for TEST in $(PHPUNIT_TESTS); \
 	do                             \
+          PHPUNIT='';                  \
 	  $(PHPUNIT) -d log_errors=1 -d error_log="/tmp/$${TEST//\//_}-php-errors.log" $$TEST 2>&1 | tee -a /tmp/$${TEST//\//_}-phpunit.log | grep "^OK" > /dev/null || PHPUNIT="FAIL"; \
 	  if [ -n "$$PHPUNIT" ]; then  \
 	    echo;                      \





More information about the commits mailing list