aboutsummaryrefslogtreecommitdiff
path: root/verif/tosa_verif_run_ref.py
diff options
context:
space:
mode:
Diffstat (limited to 'verif/tosa_verif_run_ref.py')
-rwxr-xr-xverif/tosa_verif_run_ref.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/verif/tosa_verif_run_ref.py b/verif/tosa_verif_run_ref.py
index e3926ea..3f23f6b 100755
--- a/verif/tosa_verif_run_ref.py
+++ b/verif/tosa_verif_run_ref.py
@@ -153,6 +153,14 @@ def workerThread(task_queue, runnerList, args, result_queue):
rc = runner.runModel()
except Exception as e:
rc = TosaTestRunner.Result.INTERNAL_ERROR
+ print(f"runner.runModel Exception: {e}")
+ print(
+ "".join(
+ traceback.format_exception(
+ etype=type(e), value=e, tb=e.__traceback__
+ )
+ )
+ )
except Exception as e:
print("Internal regression error: {}".format(e))
print(