diff options
Diffstat (limited to 'source4')
-rwxr-xr-x | source4/selftest/tests.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 7f087c4c873..8bd04b24f61 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -647,6 +647,8 @@ planpythontestsuite("ad_dc_default:local", "samba.tests.samba_tool.timecmd") planpythontestsuite("ad_dc_default:local", "samba.tests.samba_tool.join") planpythontestsuite("ad_dc_default", "samba.tests.samba_tool.join_lmdb_size") +planpythontestsuite("ad_dc_default", + "samba.tests.samba_tool.drs_clone_dc_data_lmdb_size") planpythontestsuite("none", "samba.tests.samba_tool.visualize") |