mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Use the_hub addon from example suite by the integration tests
This commit is contained in:
parent
eb6dc6e6b0
commit
5f26da01f1
3 changed files with 9 additions and 8 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue