aboutsummaryrefslogtreecommitdiff
path: root/verif/tosa_ref_run.py
diff options
context:
space:
mode:
Diffstat (limited to 'verif/tosa_ref_run.py')
-rw-r--r--verif/tosa_ref_run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/verif/tosa_ref_run.py b/verif/tosa_ref_run.py
index 499513b..c14f490 100644
--- a/verif/tosa_ref_run.py
+++ b/verif/tosa_ref_run.py
@@ -67,7 +67,7 @@ class TosaRefRunner(TosaTestRunner):
else:
result = TosaTestRunner.Result.UNEXPECTED_FAILURE
else:
- raise Exception("Return code unknown.")
+ raise Exception(f"Return code ({rc}) unknown.")
except Exception as e:
raise Exception("Runtime Error when running: {}".format(" ".join(ref_cmd)))