summaryrefslogtreecommitdiff
path: root/testprogs
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-07-13 19:37:42 +1000
committerAndrew Tridgell <tridge@samba.org>2011-07-21 11:44:33 +1000
commit88df1da2b203e6e7e2022aa0ea88c63acad62ed9 (patch)
tree7c5b6486d5c84d0011c4a1e4eb971cc19e1a56dc /testprogs
parentbba7dc50927ae572a9a1897896867c24343e45d5 (diff)
downloadsamba-88df1da2b203e6e7e2022aa0ea88c63acad62ed9.tar.gz
samba-88df1da2b203e6e7e2022aa0ea88c63acad62ed9.tar.bz2
samba-88df1da2b203e6e7e2022aa0ea88c63acad62ed9.zip
s4-test: don't fix broken objects during dbcheck test
this leaves the database as-is, which makes it easier to examine the problem
Diffstat (limited to 'testprogs')
-rwxr-xr-xtestprogs/blackbox/dbcheck.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testprogs/blackbox/dbcheck.sh b/testprogs/blackbox/dbcheck.sh
index b344eb44c4..1ea7811df6 100755
--- a/testprogs/blackbox/dbcheck.sh
+++ b/testprogs/blackbox/dbcheck.sh
@@ -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() {