summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2014-04-04 10:40:35 +1300
committerAndrew Bartlett <abartlet@samba.org>2014-05-03 07:57:13 +0200
commit7c2bf8d2bc5230e4bd98cc5a0f1b8f3cc56a3f77 (patch)
tree3d5337b4982ed2ef1c8731369798aedc4ccaad5f /wscript
parentb19d80d0a97faffc165f068612f74d4ef8d7e5da (diff)
downloadsamba-7c2bf8d2bc5230e4bd98cc5a0f1b8f3cc56a3f77.tar.gz
selftest: Add tests for dbcheck detection and removal of partial objects
To avoid listing all the provision snapshots, we use a broader blacklist for waf dist and a whitelist for dbcheck-oldrelease.sh Andrew Bartlett Change-Id: Iab0ff4be0b4287dc128a49302836a6f0f7b39678 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 5114e267c29..80587ef349f 100644
--- a/wscript
+++ b/wscript
@@ -12,7 +12,7 @@ import wafsamba, Options, samba_dist, Scripting, Utils, samba_version
samba_dist.DIST_DIRS('.')
-samba_dist.DIST_BLACKLIST('.gitignore .bzrignore source4/selftest/provisions/alpha13 source4/selftest/provisions/release-4-0-0/ source4/selftest/provisions/release-4-1-0rc3/')
+samba_dist.DIST_BLACKLIST('.gitignore .bzrignore source4/selftest/provisions')
# install in /usr/local/samba by default
Options.default_prefix = '/usr/local/samba'