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 Jan 13, 2025
1 parent a452e38 commit 7859ff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fre/make/tests/null_example/test_checkout_null_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ def test_checkout_script_exists():
"""
print(create_checkout_script.checkout_create(YAMLFILE,PLATFORM,TARGET,False,False, False, False))
print('asserting path:')
print(f"{def_home}/fremake_canopy/test/null_model_full/src/checkout.sh")
print(f"{OUT}/fremake_canopy/test/null_model_full/src/checkout.sh")
#assert result.exit_code == 0
assert Path(f"{def_home}/fremake_canopy/test/null_model_full/src/checkout.sh").exists()
assert Path(f"{OUT}/fremake_canopy/test/null_model_full/src/checkout.sh").exists()

def test_checkout_execute():
"""
Expand Down

0 comments on commit 7859ff6

Please sign in to comment.