Skip to content
Snippets Groups Projects
Commit be3fd68e authored by Allen, Bruce (CIV)'s avatar Allen, Bruce (CIV)
Browse files

improve diagnostic

parent f9c24872
No related branches found
No related tags found
No related merge requests found
......@@ -169,7 +169,7 @@ class TestTraceGeneratorManager():
for _stream_name, line in list(self._queue.queue):
if line[:14] == "*** error: at ":
# error
raise RuntimeError("bad: %s"%line[:14])
raise RuntimeError("bad: %s"%line)
self._manage_bad_return_code()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment