summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorAaron Haslett <aaronhaslett@catalyst.net.nz>2019-07-22 13:35:21 +1200
committerKarolin Seeger <kseeger@samba.org>2019-08-26 07:06:18 +0000
commitb3987205fe2770bd88ae5ee8e10a85cebf662ac0 (patch)
treef6402b1a3a4fd7315cd75c6572fee2b52e9b198c /python
parent309ec3b63c5d9f441bcc922e62c2f6a2c2907f62 (diff)
downloadsamba-b3987205fe2770bd88ae5ee8e10a85cebf662ac0.tar.gz
downgradedatabase: installing script
Installing downgrade script so people don't need the source tree for it. Exception added in usage test because running the script without arguments is valid. (This avoids the need to knownfail it). BUG: https://bugzilla.samba.org/show_bug.cgi?id=14059 Signed-off-by: Aaron Haslett <aaronhaslett@catalyst.net.nz> Signed-off-by: Tim Beale <timbeale@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz> (cherry picked from commit 6dcf00ba0a470ba25aabae06b409ec95404c246f)
Diffstat (limited to 'python')
-rw-r--r--python/samba/tests/usage.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/samba/tests/usage.py b/python/samba/tests/usage.py
index ba18a3e0729..4b7bccde758 100644
--- a/python/samba/tests/usage.py
+++ b/python/samba/tests/usage.py
@@ -78,6 +78,8 @@ EXCLUDE_USAGE = {
'selftest/tap2subunit',
'script/show_test_time',
'source4/scripting/bin/subunitrun',
+ 'bin/samba_downgrade_db',
+ 'source4/scripting/bin/samba_downgrade_db',
'source3/selftest/tests.py',
'selftest/tests.py',
'python/samba/subunit/run.py',