mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
s4-test: don't fix broken objects during dbcheck test
this leaves the database as-is, which makes it easier to examine the problem
This commit is contained in:
parent
bba7dc5092
commit
88df1da2b2
@ -13,7 +13,7 @@ shift 1
|
||||
. `dirname $0`/subunit.sh
|
||||
|
||||
dbcheck() {
|
||||
$BINDIR/samba-tool dbcheck --fix --cross-ncs --yes $@
|
||||
$BINDIR/samba-tool dbcheck --cross-ncs $@
|
||||
}
|
||||
|
||||
reindex() {
|
||||
|
Loading…
Reference in New Issue
Block a user