Skip to content
Snippets Groups Projects
Commit 7ca3c9c8 authored by Hans Fangohr's avatar Hans Fangohr Committed by Ashwin Kumar Karnad
Browse files

remove commented out code

parent 9d883032
Branches
Tags
3 merge requests!19Move linux-debian11 into main,!17split one test into three,!9force `subprocess.run` to check return code is 0
...@@ -65,8 +65,7 @@ def test_prepare_environment(tmp_path): ...@@ -65,8 +65,7 @@ def test_prepare_environment(tmp_path):
result = mod.prepare_environment( result = mod.prepare_environment(
mpsd_release=mpsd_release_to_test, script_dir=script_dir mpsd_release=mpsd_release_to_test, script_dir=script_dir
) )
# wait for 20 seconds for the git clone to finish
# time.sleep(20)
# check if the directory now is created # check if the directory now is created
assert release_base_dir.exists() assert release_base_dir.exists()
# check for spack-environments directory # check for spack-environments directory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment