diff options
author | Michael Adam <obnox@samba.org> | 2012-03-18 22:19:46 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-03-18 23:41:40 +0100 |
commit | f4458a5cef9b80e81aab598fc6095033111e5fa1 (patch) | |
tree | abb4c5f61fde12c6daadfd9e0ca57da1f3e0ca2b /source4/selftest | |
parent | eeec0d925e3cc9bb33ed544815904f31c6c9b9ed (diff) | |
download | samba-f4458a5cef9b80e81aab598fc6095033111e5fa1.tar.gz samba-f4458a5cef9b80e81aab598fc6095033111e5fa1.tar.bz2 samba-f4458a5cef9b80e81aab598fc6095033111e5fa1.zip |
s4:selftest: add a new testsuite for the "samba-tool group" command
Diffstat (limited to 'source4/selftest')
-rwxr-xr-x | source4/selftest/tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 8b44cdcbe6..63d1b80ef2 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -433,6 +433,7 @@ planpythontestsuite("none", "samba.tests.samba3sam") planpythontestsuite("dc:local", "samba.tests.samba_tool.timecmd") planpythontestsuite("dc:local", "samba.tests.samba_tool.user") +planpythontestsuite("dc:local", "samba.tests.samba_tool.group") planpythontestsuite("none", "subunit") planpythontestsuite("dc:local", "samba.tests.dcerpc.rpcecho") |