1
0
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:
Andrew Tridgell 2011-07-13 19:37:42 +10:00
parent bba7dc5092
commit 88df1da2b2

View File

@ -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() {