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:
parent
c62f51cc28
commit
c61881c72b
@ -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"
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user