diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-02-16 21:58:57 +1100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2013-03-04 08:33:04 +0100 |
commit | 787a6aacc3003731784b29fd92c683036c8730a7 (patch) | |
tree | aa52f1e985c37ce271fe9f2a8e9539048f5846ad /testprogs | |
parent | 9d6af4938f7bc80b10202d7055c2c32a483bbb5f (diff) | |
download | samba-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-x | testprogs/blackbox/upgradeprovision-oldrelease.sh | 5 |
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 |