summaryrefslogtreecommitdiff
path: root/testprogs
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-08-23 15:18:13 +1000
committerStefan Metzmacher <metze@samba.org>2013-01-10 14:52:45 +0100
commit99d872ee9261a299add4718c38234dfe9f7658fc (patch)
treea63a10b66f562cf8df0e1c1f4e0e1214fec1b0cc /testprogs
parent213e7260a83d4349132e8c159798b476cec3f814 (diff)
downloadsamba-99d872ee9261a299add4718c38234dfe9f7658fc.tar.gz
samba-99d872ee9261a299add4718c38234dfe9f7658fc.tar.bz2
samba-99d872ee9261a299add4718c38234dfe9f7658fc.zip
s4-dbcheck: Allow forcing an override of an old @MODULES record
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'testprogs')
-rwxr-xr-xtestprogs/blackbox/dbcheck.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/testprogs/blackbox/dbcheck.sh b/testprogs/blackbox/dbcheck.sh
index 1ea7811df6..faf6fab82e 100755
--- a/testprogs/blackbox/dbcheck.sh
+++ b/testprogs/blackbox/dbcheck.sh
@@ -20,7 +20,12 @@ reindex() {
$BINDIR/samba-tool dbcheck --reindex
}
+force_modules() {
+ $BINDIR/samba-tool dbcheck --force-modules
+}
+
testit "dbcheck" dbcheck
testit "reindex" reindex
+testit "force_modules" force_modules
exit $failed