Skip to content
Snippets Groups Projects
Commit bcaa206a authored by Amandine  PERRIN's avatar Amandine PERRIN
Browse files

uninstall panacota before testing installation

parent 7aced162
No related branches found
No related tags found
No related merge requests found
Pipeline #110445 failed
......@@ -177,6 +177,7 @@ def test_develop():
with open(logfile, "r") as logf:
logf_content = "".join(logf.readlines())
print(logf_content)
for linec in content:
assert linec in logf_content
......
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