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

fix test

parent f60c0104
No related branches found
No related tags found
2 merge requests!19Move linux-debian11 into main,!1Resolve "First draft for user interface for top level install command"
...@@ -159,7 +159,7 @@ def test_install_environment(tmp_path): ...@@ -159,7 +159,7 @@ def test_install_environment(tmp_path):
mpsd_release="dev-23a", mpsd_release="dev-23a",
toolchains=["global_generic"], toolchains=["global_generic"],
script_dir=script_dir, script_dir=script_dir,
skip_build_cache=True enable_build_cache=False
) )
# assert that log files exists # assert that log files exists
assert os.path.exists(release_base_dir/'install.log') assert os.path.exists(release_base_dir/'install.log')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment