1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

dbcheck: test the --reindex option

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Andrew Tridgell 2011-07-13 17:26:59 +10:00
parent 190ec87964
commit bba7dc5092

View File

@ -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