Use the_hub addon from example suite by the integration tests

This commit is contained in:
elsid 2024-08-17 15:09:00 +02:00
parent eb6dc6e6b0
commit 5f26da01f1
No known key found for this signature in database
GPG key ID: 4DE04C198CBA7625
3 changed files with 9 additions and 8 deletions

View file

@ -21,6 +21,7 @@ example_suite_dir = Path(args.example_suite).resolve()
content_paths = (
example_suite_dir / "game_template" / "data" / "template.omwgame",
example_suite_dir / "example_animated_creature" / "data" / "landracer.omwaddon",
example_suite_dir / "the_hub" / "data" / "the_hub.omwaddon",
)
for path in content_paths:
if not path.is_file():