-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
internalAffects the CI, tests or refactorings only, not relevant to the end-userAffects the CI, tests or refactorings only, not relevant to the end-user
Description
several factors like:
lobster/tests-system/testrunner.py
Line 81 in 5fe5aab
| if root.name != "lobster": |
-> the local repository folder has to be named "lobster", otherwise you will get an error
Line 14 in 5fe5aab
| "gh_root": "https://github.com/bmw-software-engineering/lobster", |
-> you need to adapt the expected output when working from a fork since the URL will be different
I had to adapt those in my forked lobster repository to be able to execute make system-tests successfully
Consider changing those factors of the system tests to improve the ease of contributing from a forked repo
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
internalAffects the CI, tests or refactorings only, not relevant to the end-userAffects the CI, tests or refactorings only, not relevant to the end-user