diff options
author | Lukasz Zalewski <lukas@eecs.qmul.ac.uk> | 2010-06-13 11:02:44 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-06-20 01:29:03 +0200 |
commit | e55c012accef40a9e07f8a9e67d54afd18ba2a7e (patch) | |
tree | 56278cef616dc374d560f3a98f31fa1e49c1a5e7 /source4/selftest | |
parent | 214133fbec27c4ed42bb8c527e1365a321de0fbf (diff) | |
download | samba-e55c012accef40a9e07f8a9e67d54afd18ba2a7e.tar.gz samba-e55c012accef40a9e07f8a9e67d54afd18ba2a7e.tar.bz2 samba-e55c012accef40a9e07f8a9e67d54afd18ba2a7e.zip |
make test modules for net group set of commands and modification to the newuser to include additional parameters
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
Diffstat (limited to 'source4/selftest')
-rwxr-xr-x | source4/selftest/tests.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/selftest/tests.sh b/source4/selftest/tests.sh index adbd8e8b9b..d8f1ef68eb 100755 --- a/source4/selftest/tests.sh +++ b/source4/selftest/tests.sh @@ -514,4 +514,5 @@ plantestsuite "blackbox.provision.py" none PYTHON="$PYTHON" $samba4srcdir/setup/ plantestsuite "blackbox.provision-backend.py" none PYTHON="$PYTHON" $samba4srcdir/setup/tests/blackbox_provision-backend.sh "$PREFIX/provision" plantestsuite "blackbox.upgradeprovision.py" none PYTHON="$PYTHON" $samba4srcdir/setup/tests/blackbox_upgradeprovision.sh "$PREFIX/provision" plantestsuite "blackbox.setpassword.py" none PYTHON="$PYTHON" $samba4srcdir/setup/tests/blackbox_setpassword.sh "$PREFIX/provision" -plantestsuite "blackbox.newuser.py" none PYTHON="$PYTHON" $samba4srcdir/setup/tests/blackbox_newuser.sh "$PREFIX/provision" +plantestsuite "blackbox.newuser.py" none PYTHON="$PYTHON" $samba4srcdir/setup/tests/blackbox_newuser.sh "$PREFIX/provision" +plantestsuite "blackbox.group.py" none PYTHON="$PYTHON" $samba4srcdir/setup/tests/blackbox_group.sh "$PREFIX/provision" |