Skip to content
Snippets Groups Projects
Commit c8c8ca94 authored by Charlotte Hausman's avatar Charlotte Hausman Committed by Sam Kagan
Browse files

fix vela tests

parent de0ea175
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,9 @@ class CasaEmulator:
self.logger.info(f"{vela_logs}")
for file in vela_logs:
self.logger.info("In loop")
content = Path(file).read_text()
self.logger.info(content)
errors = re.search(r".*SEVERE\s*flagmanager.*", content)
self.logger.info(errors)
if errors:
......
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