gunnar: server Makefile,1.111,1.112

cvs at kolab.org cvs at kolab.org
Fri Apr 9 12:49:37 CEST 2010


Author: gunnar

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

Modified Files:
	Makefile 
Log Message:
Overwrite test reports, don't append.

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/Makefile,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -d -r1.111 -r1.112
--- Makefile	30 Mar 2010 07:04:16 -0000	1.111
+++ Makefile	9 Apr 2010 10:49:35 -0000	1.112
@@ -775,7 +775,7 @@
 	@for TEST in $(PHPUNIT_TESTS); \
 	do                             \
           PHPUNIT='';                  \
-	  $(PHPUNIT) -d date.timezone="Europe/Berlin" -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"; \
+	  $(PHPUNIT) -d date.timezone="Europe/Berlin" -d log_errors=1 -d error_log="/tmp/$${TEST//\//_}-php-errors.log" $$TEST 2>&1 | tee /tmp/$${TEST//\//_}-phpunit.log | grep "^OK" > /dev/null || PHPUNIT="FAIL"; \
 	  if [ -n "$$PHPUNIT" ]; then  \
 	    echo;                      \
 	    echo "FAIL ($$TEST): Some phpunit tests failed!"; \





More information about the commits mailing list