diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-10-27 05:31:06 -0800 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-10-27 19:08:41 +0200 |
commit | a7b8d0260a55959c72614251db880fed04a48316 (patch) | |
tree | 6082855aca81b7048f07a65077ff2191d4f9bb04 /selftest/selftesthelpers.py | |
parent | 66980989e5b28490cd7b04b576cf39d26f183b90 (diff) | |
download | samba-a7b8d0260a55959c72614251db880fed04a48316.tar.gz samba-a7b8d0260a55959c72614251db880fed04a48316.tar.xz samba-a7b8d0260a55959c72614251db880fed04a48316.zip |
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
Diffstat (limited to 'selftest/selftesthelpers.py')
-rw-r--r-- | selftest/selftesthelpers.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/selftest/selftesthelpers.py b/selftest/selftesthelpers.py index 34d0e07282..cdbe9751f3 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') |