summaryrefslogtreecommitdiff
path: root/selftest
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2012-10-27 05:31:06 -0800
committerKarolin Seeger <kseeger@samba.org>2012-10-29 20:46:11 +0100
commite83ad0684556516b4640a3c0812b3a9465a949b2 (patch)
tree4e35f41b62ae79b9ab6801fe550f32dbcafce2ba /selftest
parentff52138d3f23aa0da0290f179f1df87103244427 (diff)
downloadsamba-e83ad0684556516b4640a3c0812b3a9465a949b2.tar.gz
source3.selftest: Move last variables to selftesthelpers.
Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org> Autobuild-Date(master): Sat Oct 27 19:08:42 CEST 2012 on sn-devel-104 (cherry picked from commit a7b8d0260a55959c72614251db880fed04a48316) The last 62 patches address bug #9274 - backport documentation changes.
Diffstat (limited to 'selftest')
-rw-r--r--selftest/selftesthelpers.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/selftest/selftesthelpers.py b/selftest/selftesthelpers.py
index 34d0e07282f..cdbe9751f31 100644
--- a/selftest/selftesthelpers.py
+++ b/selftest/selftesthelpers.py
@@ -243,3 +243,8 @@ smbclient3 = binpath('smbclient3')
smbtorture3 = binpath('smbtorture3')
ntlm_auth3 = binpath('ntlm_auth3')
net = binpath('net')
+scriptdir = os.path.join(srcdir(), "script/tests")
+
+wbinfo = binpath('wbinfo')
+dbwrap_tool = binpath('dbwrap_tool')
+vfstest = binpath('vfstest')