diff options
Diffstat (limited to 'scripts/LocalDriver.py')
-rw-r--r-- | scripts/LocalDriver.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/LocalDriver.py b/scripts/LocalDriver.py index ae64d1f1bfd..d1fd80e1f8f 100644 --- a/scripts/LocalDriver.py +++ b/scripts/LocalDriver.py @@ -425,6 +425,9 @@ class LocalDriver(Driver): for conf in current.config.getAll(current, testcase) if self.all else [current.config]: current.config = conf testcase.run(current) + except: + print(traceback.format_exc()) + raise finally: current.config = config success = True |