summaryrefslogtreecommitdiff
path: root/testprogs
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-02-16 21:58:57 +1100
committerStefan Metzmacher <metze@samba.org>2013-03-04 08:33:04 +0100
commit787a6aacc3003731784b29fd92c683036c8730a7 (patch)
treeaa52f1e985c37ce271fe9f2a8e9539048f5846ad /testprogs
parent9d6af4938f7bc80b10202d7055c2c32a483bbb5f (diff)
downloadsamba-787a6aacc3003731784b29fd92c683036c8730a7.tar.gz
samba-787a6aacc3003731784b29fd92c683036c8730a7.tar.bz2
samba-787a6aacc3003731784b29fd92c683036c8730a7.zip
samba_upgradeprovision: Remove auto-detection of pre-alpha9 databases
These are incredibly rare, and administrators running such databases not only ask the Samba Team for help personally, they can read --help. Andrew Bartlett Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'testprogs')
-rwxr-xr-xtestprogs/blackbox/upgradeprovision-oldrelease.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/testprogs/blackbox/upgradeprovision-oldrelease.sh b/testprogs/blackbox/upgradeprovision-oldrelease.sh
index 593babcd5a..93565a1c1f 100755
--- a/testprogs/blackbox/upgradeprovision-oldrelease.sh
+++ b/testprogs/blackbox/upgradeprovision-oldrelease.sh
@@ -120,10 +120,7 @@ if [ -d $release_dir ]; then
testit "upgradeprovision" upgradeprovision
testit "upgradeprovision_full" upgradeprovision_full
testit "reindex" reindex
- # So far, only releases before 4.0.0rc6 need a dbcheck if upgradeprovision has already been run
- if [ x$RELEASE != x"release-4-0-0" ]; then
- testit_expect_failure "dbcheck" dbcheck
- fi
+ testit_expect_failure "dbcheck" dbcheck
testit_expect_failure "dbcheck_full" dbcheck_full
testit "dbcheck_clean" dbcheck_clean
testit "dbcheck_full_clean" dbcheck_full_clean