Rev 11331: Make behaviour similar to that of the shell implementation - for now. in file:///home/jelmer/bzr.samba/4.0-perlselftest/

Jelmer Vernooij jelmer at samba.org
Mon Mar 5 20:59:08 GMT 2007


At file:///home/jelmer/bzr.samba/4.0-perlselftest/

------------------------------------------------------------
revno: 11331
revision-id: jelmer at samba.org-20070305205844-uk9bj4uaotvjxrmu
parent: jelmer at samba.org-20070305203212-5439gihkjjp1i9bh
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 4.0-perlselftest
timestamp: Mon 2007-03-05 21:58:44 +0100
message:
  Make behaviour similar to that of the shell implementation - for now.
modified:
  source/main.mk                 svn-v2:8991 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2fmain.mk
=== modified file 'source/main.mk'
--- a/source/main.mk	2007-03-02 19:37:56 +0000
+++ b/source/main.mk	2007-03-05 20:58:44 +0000
@@ -286,22 +286,22 @@
 SELFTEST = $(srcdir)/script/tests/selftest.pl --prefix=${selftest_prefix} --builddir=$(builddir) --srcdir=$(srcdir) --expected-failures=samba4-knownfail 
 
 test: all libraries
-	$(SELFTEST) $(DEFAULT_TEST_OPTIONS) $(TESTS)
+	$(SELFTEST) $(DEFAULT_TEST_OPTIONS) $(TESTS) --immediate
 
 testone: all libraries
 	$(SELFTEST) $(DEFAULT_TEST_OPTIONS) $(TESTS) --one
 
 test-swrap: all libraries
-	$(SELFTEST) --socket-wrapper $(TESTS)
+	$(SELFTEST) --socket-wrapper --immediate $(TESTS) 
 
 test-noswrap: all libraries
-	$(SELFTEST) $(TESTS)
+	$(SELFTEST) --immediate $(TESTS)
 
 quicktestone: all
 	$(SELFTEST) --quick --socket-wrapper --one $(TESTS)
 
 quicktest: all
-	$(SELFTEST) --quick --socket-wrapper $(TESTS)
+	$(SELFTEST) --quick --socket-wrapper --immediate $(TESTS)
 
 testenv: all libraries
 	$(srcdir)/script/tests/testenv.pl 
@@ -311,27 +311,27 @@
 valgrindtest-quick: all
 	SMBD_VALGRIND="xterm -n smbd -e valgrind -q --db-attach=yes --num-callers=30" \
 	VALGRIND="valgrind -q --num-callers=30 --log-file=${selftest_prefix}/valgrind.log" \
-	$(SELFTEST) --quick --socket-wrapper
+	$(SELFTEST) --quick --immediate --socket-wrapper
 
 valgrindtest-all: all libraries
 	SMBD_VALGRIND="xterm -n smbd -e valgrind -q --db-attach=yes --num-callers=30" \
 	VALGRIND="valgrind -q --num-callers=30 --log-file=${selftest_prefix}/valgrind.log" \
-	$(SELFTEST) --socket-wrapper
+	$(SELFTEST) --immediate --socket-wrapper
 
 valgrindtest-env: all libraries
 	SMBD_VALGRIND="xterm -n smbd -e valgrind -q --db-attach=yes --num-callers=30" \
 	VALGRIND="valgrind -q --num-callers=30 --log-file=${selftest_prefix}/valgrind.log" \
-	$(SELFTEST) --socket-wrapper xterm
+	$(srcdir)/script/tests/testenv.pl
 
 gdbtest: gdbtest-quick
 
 gdbtest-quick: all
 	SMBD_VALGRIND="xterm -n smbd -e gdb --args " \
-	$(SELFTEST) --quick --socket-wrapper
+	$(SELFTEST) --immediate --quick --socket-wrapper
 
 gdbtest-all: all libraries
 	SMBD_VALGRIND="xterm -n smbd -e gdb --args " \
-	$(SELFTEST) --socket-wrapper
+	$(SELFTEST) --immediate --socket-wrapper
 
 wintest: all
 	$(SELFTEST) win



More information about the samba-cvs mailing list