summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2012-10-26 13:51:54 -0800
committerJelmer Vernooij <jelmer@samba.org>2012-10-27 05:16:18 -0800
commit58345820c078f79fe7f67b8e6f947691f7237641 (patch)
treef6b781d20a661a636ea699db6449442a63fa3973 /source4/selftest
parent8237e2727da0d04b82cb3cf644dd337a4c77fe34 (diff)
downloadsamba-58345820c078f79fe7f67b8e6f947691f7237641.tar.gz
samba-58345820c078f79fe7f67b8e6f947691f7237641.tar.bz2
samba-58345820c078f79fe7f67b8e6f947691f7237641.zip
selftesthelpers: Add function for printing smbtorture4 version.
Diffstat (limited to 'source4/selftest')
-rwxr-xr-xsource4/selftest/tests.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index 08236c8744..422be2ba06 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -22,7 +22,6 @@ import os, sys
sys.path.insert(0, os.path.join(os.path.dirname(__file__), "../../selftest"))
import selftesthelpers
from selftesthelpers import *
-import subprocess
print >>sys.stderr, "OPTIONS %s" % " ".join(smbtorture4_options)
@@ -41,7 +40,7 @@ else:
nmblookup = binpath('nmblookup4')
smbclient = binpath('smbclient4')
-subprocess.call([smbtorture4, "-V"], stdout=sys.stderr)
+print_smbtorture4_version()
bbdir = os.path.join(srcdir(), "testprogs/blackbox")