From fd0bee457b11d5eddd35dc700a7dac93f8bcd34c Mon Sep 17 00:00:00 2001 From: iamashwin99 <ashwin-kumar.karnad@mpsd.mpg.de> Date: Wed, 7 Jun 2023 14:46:32 +0200 Subject: [PATCH] update the date to ensure two log files are created when testing --- tests.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests.py b/tests.py index 5ca3035..1fd13cd 100644 --- a/tests.py +++ b/tests.py @@ -321,6 +321,8 @@ def test_install_environment_zlib(): # install again to ensure that # commands that skip creation of folders when # they are already present works as expected + # reload the module to ensure that date changes + importlib.reload(mod) mod.install_environment( mpsd_release=mpsd_release_to_test, toolchains=[toolchain_to_test], -- GitLab