summaryrefslogtreecommitdiff
path: root/buildscripts/resmoke.py
diff options
context:
space:
mode:
authorEddie Louie <eddie.louie@mongodb.com>2017-03-24 02:22:31 -0400
committerEddie Louie <eddie.louie@mongodb.com>2017-03-31 18:21:53 -0400
commitb6d2b5e5c6071f6b76072d15bf36f34babec2a14 (patch)
treec90bf25eee33d2cd43f7d0cd991c1a2d48425475 /buildscripts/resmoke.py
parentf6cbdfb8c5c52209f58562ccbe14013c72df3f40 (diff)
downloadmongo-b6d2b5e5c6071f6b76072d15bf36f34babec2a14.tar.gz
SERVER-21842 Generate report.json file and dump resmoke stacks on Windows
Diffstat (limited to 'buildscripts/resmoke.py')
-rwxr-xr-xbuildscripts/resmoke.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/buildscripts/resmoke.py b/buildscripts/resmoke.py
index c5511ef1e4d..ca3eee80f85 100755
--- a/buildscripts/resmoke.py
+++ b/buildscripts/resmoke.py
@@ -148,7 +148,8 @@ def main():
interrupted = False
suites = resmokelib.parser.get_suites(values, args)
- # Register a signal handler so we can write the report file if the task times out.
+ # Register a signal handler or Windows event object so we can write the report file if the task
+ # times out.
resmokelib.sighandler.register(resmoke_logger, suites)
# Run the suite finder after the test suite parsing is complete.