diff options
author | Matti Picus <matti.picus@gmail.com> | 2017-10-28 22:18:15 +0300 |
---|---|---|
committer | Matti Picus <matti.picus@gmail.com> | 2017-10-28 22:18:15 +0300 |
commit | cbfc50b846a4c04b6e1dcf3eedd17648e615d933 (patch) | |
tree | 0c695ac966f807d7129622b15e60511383eca2fe /testrunner | |
parent | finally, add two FAQs about numpy and numpypy (diff) | |
download | pypy-cbfc50b846a4c04b6e1dcf3eedd17648e615d933.tar.gz pypy-cbfc50b846a4c04b6e1dcf3eedd17648e615d933.tar.bz2 pypy-cbfc50b846a4c04b6e1dcf3eedd17648e615d933.zip |
move test summary to end on terminal, after the multiple pages of failure info, typos
Diffstat (limited to 'testrunner')
-rw-r--r-- | testrunner/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |