summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2015-01-04 15:42:17 -0500
committerKeith Bostic <keith@wiredtiger.com>2015-01-04 15:42:17 -0500
commit9e128b7f0b9f2c90c930b2fdbf294b85ab8fceed (patch)
tree1c5e5836da17f0c87a831caed9f3e790982dc40b /test
parentf279b6b17fb12e97e028e4432f265b99cd7426de (diff)
downloadmongo-9e128b7f0b9f2c90c930b2fdbf294b85ab8fceed.tar.gz
Don't drop core when running the recovery test script.
Diffstat (limited to 'test')
-rw-r--r--test/format/recover.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/format/recover.sh b/test/format/recover.sh
index c9f196bec4f..a5c114aaa51 100644
--- a/test/format/recover.sh
+++ b/test/format/recover.sh
@@ -1,5 +1,8 @@
#! /bin/sh
+# Ulimit: don't drop core.
+ulimit -c 0
+
# Timer: how many minutes format runs before aborting.
timer=2