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

update the date to ensure two log files are created when testing

parent 4cb3d1c7
No related branches found
No related tags found
1 merge request!29Restructure log location
Pipeline #370056 failed
...@@ -321,6 +321,8 @@ def test_install_environment_zlib(): ...@@ -321,6 +321,8 @@ def test_install_environment_zlib():
# install again to ensure that # install again to ensure that
# commands that skip creation of folders when # commands that skip creation of folders when
# they are already present works as expected # they are already present works as expected
# reload the module to ensure that date changes
importlib.reload(mod)
mod.install_environment( mod.install_environment(
mpsd_release=mpsd_release_to_test, mpsd_release=mpsd_release_to_test,
toolchains=[toolchain_to_test], toolchains=[toolchain_to_test],
......
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