summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2016-03-22 16:11:24 -0400
committerAndrew Morrow <acm@mongodb.com>2016-03-22 22:35:11 -0400
commit619d0066a6e4d5a9684de8f0313c80a8c5c43968 (patch)
tree5bca24f4f799cd253abfb3bca70457bbe8c4b3ba /jstests
parent7b6b491620fb9c5622ddff2a8271a84a0a736810 (diff)
downloadmongo-619d0066a6e4d5a9684de8f0313c80a8c5c43968.tar.gz
SERVER-23291 Update regex per changes in SERVER-23103
Diffstat (limited to 'jstests')
-rw-r--r--jstests/noPassthrough/exit_logging.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/noPassthrough/exit_logging.js b/jstests/noPassthrough/exit_logging.js
index 3fe7d923d0e..0647f312cc4 100644
--- a/jstests/noPassthrough/exit_logging.js
+++ b/jstests/noPassthrough/exit_logging.js
@@ -59,7 +59,7 @@
function(conn) {
conn.getDB('admin').shutdownServer();
},
- makeRegExMatchFn(/shutdown command received[\s\S]*dbexit:/),
+ makeRegExMatchFn(/shutdown command received/),
MongoRunner.EXIT_CLEAN);
testShutdownLogging(launcher,