r25394: Print out version info in test output for use by Samba 3.
authorJelmer Vernooij <jelmer@samba.org>
Thu, 27 Sep 2007 23:38:30 +0000 (23:38 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 20:07:24 +0000 (15:07 -0500)
(This used to be commit c61881c72bc4b0e50a79ad12c55bd9975a64b45d)

source4/selftest/tests_all.sh
source4/selftest/tests_quick.sh

index b2fa0b1430bbe837c0895c9cf1b7e160210154e4..2c1b0456e49350b8a9818f05cc9019733cd5cb24 100755 (executable)
@@ -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"
index 8dbad5ae964f05b694a369a9c467f69924218d8e..c05185afad64c84557a03e6a584879cb5c003ca3 100755 (executable)
@@ -4,6 +4,7 @@ ADDARGS="$*"
 incdir=`dirname $0`
 . $incdir/test_functions.sh
 
+$incdir/../bin/smbtorture -V
 
 TORTURE_QUICK="yes"
 export TORTURE_QUICK