diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-07-13 19:37:42 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-07-21 11:44:33 +1000 |
commit | 88df1da2b203e6e7e2022aa0ea88c63acad62ed9 (patch) | |
tree | 7c5b6486d5c84d0011c4a1e4eb971cc19e1a56dc | |
parent | bba7dc50927ae572a9a1897896867c24343e45d5 (diff) | |
download | samba-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
-rwxr-xr-x | testprogs/blackbox/dbcheck.sh | 2 |
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() { |