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:
parent
190ec87964
commit
bba7dc5092
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user