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

comment the need of "APEX.log"

parent 403ca378
No related branches found
No related tags found
1 merge request!82Remove cmd
......@@ -491,6 +491,8 @@ def create_fake_environment(tmp_path, mpsd_release, expected_toolchain_map=None)
spack_folder.mkdir(parents=True, exist_ok=True)
logs_folder = tmp_path / mpsd_release / "logs"
logs_folder.mkdir(parents=True, exist_ok=True)
# Simulate the creation of APEX.log
# (which is created by the main function)
(logs_folder / "APEX.log").touch()
for toolchain in expected_toolchain_map[microarch]:
toolchain_lua_file = toolchain_lmod_folder / f"{toolchain}.lua"
......
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