s4-test: don't fix broken objects during dbcheck test
authorAndrew Tridgell <tridge@samba.org>
Wed, 13 Jul 2011 09:37:42 +0000 (19:37 +1000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 21 Jul 2011 01:44:33 +0000 (11:44 +1000)
this leaves the database as-is, which makes it easier to examine the
problem

testprogs/blackbox/dbcheck.sh

index b344eb44c474d1ca8a40a410a84a537149dc88f3..1ea7811df612bd470f97d7ac758ecb40f6a8495c 100755 (executable)
@@ -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() {