Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate unique result file name in CI tests instead of using the entries from the .mos files #446

Closed
mwetter opened this issue Nov 30, 2021 · 0 comments · Fixed by #447
Closed
Assignees

Comments

@mwetter
Copy link
Member

mwetter commented Nov 30, 2021

Currently, to run dymola CI tests, each resultFile in the .mos script needs to be a unique name. This often gives conflict when adding new models that have a name that is already used for other models.

This issue is to generate the resultFile entry automatically during the CI tests so that they are always unique. This is done by changing the .mos files in the temporary copy that is used to execute the tests.

@mwetter mwetter self-assigned this Nov 30, 2021
mwetter added a commit that referenced this issue Nov 30, 2021
mwetter added a commit to lbl-srg/modelica-buildings that referenced this issue Nov 30, 2021
mwetter added a commit that referenced this issue Nov 30, 2021
…447)

* Corrected wrong file suffix in error message

* Generated .mat files automatically

For #446

* Added missing package name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant