svn commit: samba r25394 - in branches/SAMBA_4_0: . source/selftest

jelmer at samba.org jelmer at samba.org
Thu Sep 27 23:38:32 GMT 2007


Author: jelmer
Date: 2007-09-27 23:38:30 +0000 (Thu, 27 Sep 2007)
New Revision: 25394

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

Log:
Print out version info in test output for use by Samba 3.
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/selftest/tests_all.sh
   branches/SAMBA_4_0/source/selftest/tests_quick.sh


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: bzr:revision-info
...skipped...
Name: bzr:revision-id:v3-trunk0
...skipped...

Modified: branches/SAMBA_4_0/source/selftest/tests_all.sh
===================================================================
--- branches/SAMBA_4_0/source/selftest/tests_all.sh	2007-09-27 23:33:35 UTC (rev 25393)
+++ branches/SAMBA_4_0/source/selftest/tests_all.sh	2007-09-27 23:38:30 UTC (rev 25394)
@@ -1,4 +1,6 @@
 #!/bin/sh
+includedir=`dirname $0`
+$includedir/../bin/smbtorture -V
 $SRCDIR/selftest/test_ejs.sh $CONFIGURATION
 $SRCDIR/selftest/test_ldap.sh 
 $SRCDIR/selftest/test_nbt.sh "dc"

Modified: branches/SAMBA_4_0/source/selftest/tests_quick.sh
===================================================================
--- branches/SAMBA_4_0/source/selftest/tests_quick.sh	2007-09-27 23:33:35 UTC (rev 25393)
+++ branches/SAMBA_4_0/source/selftest/tests_quick.sh	2007-09-27 23:38:30 UTC (rev 25394)
@@ -4,6 +4,7 @@
 incdir=`dirname $0`
 . $incdir/test_functions.sh
 
+$incdir/../bin/smbtorture -V
 
 TORTURE_QUICK="yes"
 export TORTURE_QUICK



More information about the samba-cvs mailing list