svn commit: samba r25470 - in branches/SAMBA_3_2/source: .

metze at samba.org metze at samba.org
Tue Oct 2 16:13:32 GMT 2007


Author: metze
Date: 2007-10-02 16:13:30 +0000 (Tue, 02 Oct 2007)
New Revision: 25470

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25470

Log:
use --immediate like in samba4 to get more usefull output

metze
Modified:
   branches/SAMBA_3_2/source/Makefile.in


Changeset:
Modified: branches/SAMBA_3_2/source/Makefile.in
===================================================================
--- branches/SAMBA_3_2/source/Makefile.in	2007-10-02 16:08:37 UTC (rev 25469)
+++ branches/SAMBA_3_2/source/Makefile.in	2007-10-02 16:13:30 UTC (rev 25470)
@@ -2106,18 +2106,18 @@
 ##
 test: all torture timelimit
 	@echo Running Test suite
-	@$(SELFTEST) --socket-wrapper $(TESTS)
+	@$(SELFTEST) --socket-wrapper --immediate $(TESTS)
 
 htmltest: all torture timelimit
 	@echo Running Test suite
-	@$(SELFTEST) --socket-wrapper --format=html $(TESTS)
+	@$(SELFTEST) --socket-wrapper --format=html --immediate $(TESTS)
 
 valgrindtest: all torture timelimit
 	@echo Running Test suite with valgrind
 	@NMBD_VALGRIND="xterm -n smbd -e valgrind -q --db-attach=yes --num-callers=30" \
 	 SMBD_VALGRIND="xterm -n smbd -e valgrind -q --db-attach=yes --num-callers=30" \
 	 VALGRIND="valgrind -q --num-callers=30 --log-file=${selftest_prefix}/st/valgrind.log" \
-	 $(SELFTEST) --socket-wrapper
+	 $(SELFTEST) --immediate --socket-wrapper $(TESTS)
 
 gdbtest: all torture timelimit
 	SMBD_VALGRIND="xterm -n smbd -e $(srcdir)/script/gdb_run " \



More information about the samba-cvs mailing list