summaryrefslogtreecommitdiff
path: root/test/manydbs
diff options
context:
space:
mode:
authorSusan LoVerso <sue@mongodb.com>2016-03-08 13:20:40 -0500
committerSusan LoVerso <sue@mongodb.com>2016-03-08 13:20:40 -0500
commit0cdf0f718a8ef63cfc534e62b2faedbf4e01c24a (patch)
treecdc633b47753e1dd4604b1cf7ba51a03e0a96cb5 /test/manydbs
parentff0442671375025b1728d60a9a12dfe5c6d6862a (diff)
downloadmongo-0cdf0f718a8ef63cfc534e62b2faedbf4e01c24a.tar.gz
WT-2318 Fix smoke.sh script so it correctly fails.
Diffstat (limited to 'test/manydbs')
-rw-r--r--test/manydbs/manydbs.c2
-rwxr-xr-xtest/manydbs/smoke.sh2
2 files changed, 1 insertions, 3 deletions
diff --git a/test/manydbs/manydbs.c b/test/manydbs/manydbs.c
index 9b80771cbfe..7d66b17c8bd 100644
--- a/test/manydbs/manydbs.c
+++ b/test/manydbs/manydbs.c
@@ -173,7 +173,7 @@ main(int argc, char *argv[])
argc -= __wt_optind;
argv += __wt_optind;
/*
- * Adjust the max cpu in relation to the number of databases, unless
+ * Adjust the maxcpu in relation to the number of databases, unless
* the user set it explicitly. If we're doing operations add in
* another 10%.
*/
diff --git a/test/manydbs/smoke.sh b/test/manydbs/smoke.sh
index 41d9dd778a7..c0e2976f154 100755
--- a/test/manydbs/smoke.sh
+++ b/test/manydbs/smoke.sh
@@ -1,7 +1,5 @@
#!/bin/sh
-trap 'chmod -R u+w WT_*; exit 0' 0 1 2 3 13 15
-
set -e
# Smoke-test format as part of running "make check".