diff options
author | Kai Blin <kai@samba.org> | 2012-09-11 00:14:39 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-09-12 16:51:29 +0200 |
commit | 76801b502dd06d13e384ff495c82d0924aa0b6f8 (patch) | |
tree | e65d1d85c9eae0c55e6a959a0877a19d7dbc0dd5 /source4/selftest | |
parent | cf3aab61fa5f0f95b8a34ef6d6d1131d154a39a3 (diff) | |
download | samba-76801b502dd06d13e384ff495c82d0924aa0b6f8.tar.gz samba-76801b502dd06d13e384ff495c82d0924aa0b6f8.tar.bz2 samba-76801b502dd06d13e384ff495c82d0924aa0b6f8.zip |
s4 dns: Run python tests in fl2003dc env
Diffstat (limited to 'source4/selftest')
-rwxr-xr-x | source4/selftest/tests.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index cf242e3670..b7b9d45abd 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -295,7 +295,8 @@ for f in sorted(os.listdir(os.path.join(samba4srcdir, "../pidl/tests"))): planperltestsuite("pidl.%s" % f[:-3], os.path.normpath(os.path.join(samba4srcdir, "../pidl/tests", f))) # DNS tests -planpythontestsuite("dc", "samba.tests.dns") +planpythontestsuite("fl2003dc", "samba.tests.dns") + # Local tests for t in smb4torture_testsuites("dlz_bind9."): #The dlz_bind9 tests needs to look at the DNS database |