diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-18 18:54:19 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:51:50 +0100 |
commit | 4e6ab64762477c0117aa823fd8e6b1275d63e0d7 (patch) | |
tree | db03788ae18b6d5ead8472ba4f6cc8f1b1555106 /source4/selftest/samba4_tests.sh | |
parent | 80529722e30d087bf9a18e239d0ef4e35865c49f (diff) | |
download | samba-4e6ab64762477c0117aa823fd8e6b1275d63e0d7.tar.gz samba-4e6ab64762477c0117aa823fd8e6b1275d63e0d7.tar.bz2 samba-4e6ab64762477c0117aa823fd8e6b1275d63e0d7.zip |
r26527: Start on tests for provision.
(This used to be commit 84ac6c6bbfc4baaf28906ee5826a9cf888043656)
Diffstat (limited to 'source4/selftest/samba4_tests.sh')
-rwxr-xr-x | source4/selftest/samba4_tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/selftest/samba4_tests.sh b/source4/selftest/samba4_tests.sh index f0700a6956..268a3246e5 100755 --- a/source4/selftest/samba4_tests.sh +++ b/source4/selftest/samba4_tests.sh @@ -295,4 +295,5 @@ then plantest "security.python" none PYTHONPATH=bin/python:scripting/python:libcli/security/tests/ scripting/bin/subunitrun bindings plantest "param.python" none PYTHONPATH=bin/python:scripting/python:param/tests scripting/bin/subunitrun bindings plantest "upgrade.python" none PYTHONPATH=bin/python:scripting/python scripting/bin/subunitrun samba.tests.upgrade + plantest "samba.python" none PYTHONPATH=bin/python:scripting/python scripting/bin/subunitrun samba.tests fi |