From f4721a8922ce46c15dbf3e1545d3cc3d57be84d1 Mon Sep 17 00:00:00 2001
From: donker <donker@astron.nl>
Date: Wed, 15 Nov 2023 08:54:59 +0100
Subject: [PATCH] L2SDP-995: add comment

---
 regressiontest/modelsim_regression_test_vhdl.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/regressiontest/modelsim_regression_test_vhdl.py b/regressiontest/modelsim_regression_test_vhdl.py
index 1caf0ef..3583c16 100755
--- a/regressiontest/modelsim_regression_test_vhdl.py
+++ b/regressiontest/modelsim_regression_test_vhdl.py
@@ -700,6 +700,7 @@ class TestBenchWorker(multiprocessing.Process):
         The do_log is a string containing e.g. the transcipt output.
         - For make (mk) the error string is 'Error:'
         - For simulation there are several error strings.
+        - Ignore finished Failure: 'Failure: Tb Simulation finished.'
         """
         err = False
         for line in do_log.splitlines():
-- 
GitLab