Skip to content
Snippets Groups Projects
Commit f4721a89 authored by Pieter Donker's avatar Pieter Donker
Browse files

L2SDP-995: add comment

parent bdbfdc4c
No related branches found
No related tags found
1 merge request!22Resolve L2SDP-995
...@@ -700,6 +700,7 @@ class TestBenchWorker(multiprocessing.Process): ...@@ -700,6 +700,7 @@ class TestBenchWorker(multiprocessing.Process):
The do_log is a string containing e.g. the transcipt output. The do_log is a string containing e.g. the transcipt output.
- For make (mk) the error string is 'Error:' - For make (mk) the error string is 'Error:'
- For simulation there are several error strings. - For simulation there are several error strings.
- Ignore finished Failure: 'Failure: Tb Simulation finished.'
""" """
err = False err = False
for line in do_log.splitlines(): for line in do_log.splitlines():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment