Skip to content

Commit

Permalink
Update test_checkout_null_yaml.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kiihne-noaa authored Nov 13, 2024
1 parent c295c8b commit 0d28382
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fre/make/tests/null_example/test_checkout_null_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ def test_checkout_execute():
"""
check if --execute option works
"""
subprocess.run(["rm","-rf",f"{out_dir}"])
#subprocess.run(["rm","-rf",f"{out_dir}"])
subprocess.run(["rm","-rf"])
result = runner.invoke(fre.fre, args=["make","create-checkout","-y",yamlfile,"-p",platform,"-t",target,"--execute"])
assert (result.exit_code == 0)

0 comments on commit 0d28382

Please sign in to comment.