From: metze Date: Tue, 2 Oct 2007 16:13:30 +0000 (+0000) Subject: use --immediate like in samba4 to get more usefull output X-Git-Url: http://git.samba.org/samba.git/?p=metze%2Fold%2Fv3-2-winbind-ndr.git;a=commitdiff_plain;h=2e790aa92817663053d7b0ae5a03166008374803 use --immediate like in samba4 to get more usefull output metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25470 0c0555d6-39d7-0310-84fc-f1cc0bd64818 --- diff --git a/source/Makefile.in b/source/Makefile.in index 371390837..16199446c 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -2106,18 +2106,18 @@ SELFTEST = $(PERL) $(samba4srcdir)/selftest/selftest.pl --prefix=${selftest_pref ## 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 " \