summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorAaron Haslett <aaronhaslett@catalyst.net.nz>2019-07-22 13:35:21 +1200
committerGarming Sam <garming@samba.org>2019-08-20 03:40:28 +0000
commit6dcf00ba0a470ba25aabae06b409ec95404c246f (patch)
tree26fbac74c691e559b477627f7a3907c6e38e05de /python
parentc89df3862b17fad9c4648b5d9c6805120d732df8 (diff)
downloadsamba-6dcf00ba0a470ba25aabae06b409ec95404c246f.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>
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',