From b6d2b5e5c6071f6b76072d15bf36f34babec2a14 Mon Sep 17 00:00:00 2001 From: Eddie Louie Date: Fri, 24 Mar 2017 02:22:31 -0400 Subject: SERVER-21842 Generate report.json file and dump resmoke stacks on Windows --- buildscripts/resmoke.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'buildscripts/resmoke.py') 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. -- cgit v1.2.1