Skip to content
Snippets Groups Projects
Commit 1bb7595c authored by Ashwin Kumar Karnad's avatar Ashwin Kumar Karnad
Browse files

correct the picking of build log in tests

parent 8589196c
No related branches found
No related tags found
2 merge requests!37Update log names and variable names,!29Restructure log location
......@@ -294,7 +294,7 @@ def test_install_environment_zlib():
)
assert len(build_log) == 2
# take the most recent build log
build_log = sorted(build_log)[0]
build_log = sorted(build_log)[1]
# check that the build log contains statement ##### Installation finished
with open(build_log, "r") as f:
lines = f.read()
......
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