1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r25394: Print out version info in test output for use by Samba 3.

This commit is contained in:
Jelmer Vernooij 2007-09-27 23:38:30 +00:00 committed by Gerald (Jerry) Carter
parent c62f51cc28
commit c61881c72b
2 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,6 @@
#!/bin/sh #!/bin/sh
includedir=`dirname $0`
$includedir/../bin/smbtorture -V
$SRCDIR/selftest/test_ejs.sh $CONFIGURATION $SRCDIR/selftest/test_ejs.sh $CONFIGURATION
$SRCDIR/selftest/test_ldap.sh $SRCDIR/selftest/test_ldap.sh
$SRCDIR/selftest/test_nbt.sh "dc" $SRCDIR/selftest/test_nbt.sh "dc"

View File

@ -4,6 +4,7 @@ ADDARGS="$*"
incdir=`dirname $0` incdir=`dirname $0`
. $incdir/test_functions.sh . $incdir/test_functions.sh
$incdir/../bin/smbtorture -V
TORTURE_QUICK="yes" TORTURE_QUICK="yes"
export TORTURE_QUICK export TORTURE_QUICK