Skip to content

system tests execution will result in an error when executed in a forked version of the repository #229

@christophkloeffel

Description

@christophkloeffel

several factors like:

if root.name != "lobster":

-> the local repository folder has to be named "lobster", otherwise you will get an error

"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

Metadata

Metadata

Assignees

Labels

internalAffects the CI, tests or refactorings only, not relevant to the end-user

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions