diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-08-23 15:18:13 +1000 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2013-01-10 14:52:45 +0100 |
commit | 99d872ee9261a299add4718c38234dfe9f7658fc (patch) | |
tree | a63a10b66f562cf8df0e1c1f4e0e1214fec1b0cc /testprogs | |
parent | 213e7260a83d4349132e8c159798b476cec3f814 (diff) | |
download | samba-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-x | testprogs/blackbox/dbcheck.sh | 5 |
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 |