commit | 3ec4031a4c6d685bcc02fa10dd13b2df58732b82 | [log] [tgz] |
---|---|---|
author | James E. King III <jking@apache.org> | Thu Jan 31 18:35:51 2019 -0500 |
committer | James E. King III <jking@apache.org> | Fri Feb 01 11:13:49 2019 -0500 |
tree | a8ca7edd5f22cc4503cdd194a2036e7764325663 | |
parent | 53bd0e6295547e76ab00913cfd62f8d040bd996c [diff] [blame] |
THRIFT-4405: fix cygwin on appveyor
diff --git a/test/crossrunner/run.py b/test/crossrunner/run.py index ef8fb60..bb06d25 100644 --- a/test/crossrunner/run.py +++ b/test/crossrunner/run.py
@@ -259,7 +259,7 @@ raise logger.warn('Error executing [%s]', test.name, exc_info=True) return (retry_count, RESULT_ERROR) - except: + except Exception: logger.info('Interrupted execution', exc_info=True) if not async_mode: raise