From cbfc50b846a4c04b6e1dcf3eedd17648e615d933 Mon Sep 17 00:00:00 2001 From: Matti Picus Date: Sat, 28 Oct 2017 22:18:15 +0300 Subject: move test summary to end on terminal, after the multiple pages of failure info, typos --- testrunner/runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testrunner') diff --git a/testrunner/runner.py b/testrunner/runner.py index c2e976065a..c4a05848c3 100644 --- a/testrunner/runner.py +++ b/testrunner/runner.py @@ -21,7 +21,7 @@ if sys.platform == 'win32': win32api.CloseHandle(proch) except pywintypes.error, e: pass - #Try to avoid opeing a dialog box if one of the tests causes a system error + #Try to avoid opening a dialog box if one of the tests causes a system error import ctypes winapi = ctypes.windll.kernel32 SetErrorMode = winapi.SetErrorMode -- cgit v1.2.3-65-gdbad