Skip to content

Commit

Permalink
checkout test working locally
Browse files Browse the repository at this point in the history
  • Loading branch information
Avery Kiihne authored and Avery Kiihne committed Jan 9, 2025
1 parent c7c62d7 commit cd651df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fre/make/tests/null_example/test_checkout_null_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def test_checkout_script_exists():
"""
result = create_checkout_script.checkout_create(YAMLFILE,PLATFORM,TARGET,False,False, False, False)
#assert result.exit_code == 0
assert Path(f"{OUT}/fremake_canopy/test/null_model_full/src/checkout.sh").exists()
assert Path(f"{def_home}/fremake_canopy/test/null_model_full/src/checkout.sh").exists()

def test_checkout_execute():
"""
Expand Down

0 comments on commit cd651df

Please sign in to comment.