diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-03-20 02:31:02 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-03-26 18:28:06 +0200 |
commit | acd63fdb86769ff4328ccb6a4096181e65e4d30f (patch) | |
tree | 1107b503c8ab6c22dc6e9ebb573e582c0c3dc475 /source4/selftest | |
parent | 9c5723ab7aa0db9c239027b4783bb1f3986b1dbf (diff) | |
download | samba-acd63fdb86769ff4328ccb6a4096181e65e4d30f.tar.gz samba-acd63fdb86769ff4328ccb6a4096181e65e4d30f.tar.bz2 samba-acd63fdb86769ff4328ccb6a4096181e65e4d30f.zip |
wafsamba: Cope with slight differences in gdb output regarding incomplete sequences.
Bug: https://bugzilla.samba.org/show_bug.cgi?id=8820
Diffstat (limited to 'source4/selftest')
-rwxr-xr-x | source4/selftest/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 63d1b80ef2..f08417454a 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -437,7 +437,7 @@ planpythontestsuite("dc:local", "samba.tests.samba_tool.group") planpythontestsuite("none", "subunit") planpythontestsuite("dc:local", "samba.tests.dcerpc.rpcecho") -planpythontestsuite("none", "wafsamba.tests.test_utils", extra_path=[os.path.join(samba4srcdir, "..", "buildtools"), os.path.join(samba4srcdir, "..", "buildtools", "wafadmin")]) +planpythontestsuite("none", "wafsamba.tests.test_suite", extra_path=[os.path.join(samba4srcdir, "..", "buildtools"), os.path.join(samba4srcdir, "..", "buildtools", "wafadmin")]) planoldpythontestsuite("dc:local", "samba.tests.dcerpc.registry", extra_args=['-U"$USERNAME%$PASSWORD"']) planoldpythontestsuite("dc", "samba.tests.dcerpc.dnsserver", extra_args=['-U"$USERNAME%$PASSWORD"']) planoldpythontestsuite("plugin_s4_dc", "samba.tests.dcerpc.dnsserver", extra_args=['-U"$USERNAME%$PASSWORD"']) |