diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-07-13 17:26:59 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-07-21 11:44:32 +1000 |
commit | bba7dc50927ae572a9a1897896867c24343e45d5 (patch) | |
tree | daf8f22fc848c54cf184068336a7bc892506d1e5 /testprogs | |
parent | 190ec8796409870d5af2bcd53482cd56cd73f33e (diff) | |
download | samba-bba7dc50927ae572a9a1897896867c24343e45d5.tar.gz |
dbcheck: test the --reindex option
Pair-Programmed-With: Andrew Bartlett <abartlet@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 447d14a8c85..b344eb44c47 100755 --- a/testprogs/blackbox/dbcheck.sh +++ b/testprogs/blackbox/dbcheck.sh @@ -16,6 +16,11 @@ dbcheck() { $BINDIR/samba-tool dbcheck --fix --cross-ncs --yes $@ } +reindex() { + $BINDIR/samba-tool dbcheck --reindex +} + testit "dbcheck" dbcheck +testit "reindex" reindex exit $failed |