summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSusan LoVerso <sue@wiredtiger.com>2015-02-16 12:53:35 -0500
committerSusan LoVerso <sue@wiredtiger.com>2015-02-16 12:53:35 -0500
commit16a1f92a74278c405f084b084442aecb72499d79 (patch)
tree8af416573befabe30888c4f86ab7034a9b322a26
parent5be0f8d1ef7472642072bd471f5cc05a2c8e4fde (diff)
downloadmongo-16a1f92a74278c405f084b084442aecb72499d79.tar.gz
Add -R to recovery test.
-rw-r--r--test/format/recover.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/format/recover.sh b/test/format/recover.sh
index 391da3c85fb..b64f491d6a6 100644
--- a/test/format/recover.sh
+++ b/test/format/recover.sh
@@ -40,5 +40,6 @@ while true; do
fi
# Save a copy of the database directory exactly as it was at the crash.
cp -rp RUNDIR $rundir2
- $wtcmd -h RUNDIR verify $uri || exit 1
+ # Force recovery to run.
+ $wtcmd -R -h RUNDIR verify $uri || exit 1
done