summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-12-17 12:19:45 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:51:12 +0100
commit323c174be37214d561a5d525a7c3eef47ac700e8 (patch)
tree5b4a1dad789bee4f2bbb6f57275c9b936c7eb0f1 /source4/selftest
parentf89c7a6e5eb082794d64b487e69fc442d138ca28 (diff)
downloadsamba-323c174be37214d561a5d525a7c3eef47ac700e8.tar.gz
samba-323c174be37214d561a5d525a7c3eef47ac700e8.tar.bz2
samba-323c174be37214d561a5d525a7c3eef47ac700e8.zip
r26506: Start running (really trivial) tests for upgrade script.
(This used to be commit 73bd4a9566d15f85a971e3a87cefbec2e2eece1c)
Diffstat (limited to 'source4/selftest')
-rwxr-xr-xsource4/selftest/samba4_tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/selftest/samba4_tests.sh b/source4/selftest/samba4_tests.sh
index eaf7276485..f0700a6956 100755
--- a/source4/selftest/samba4_tests.sh
+++ b/source4/selftest/samba4_tests.sh
@@ -294,4 +294,5 @@ then
plantest "auth.python" none PYTHONPATH=bin/python:scripting/python:auth/tests/ scripting/bin/subunitrun bindings
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
fi