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

Closes #1573: Remove python script generation for Chapel unit tests #1575

Merged
merged 1 commit into from
Jul 11, 2022

Conversation

bmcdonald3
Copy link
Contributor

CommandMap.chpl for some reason had a use ServerRegistration
that I believe was added by accident and that was making the
Chapel unit tests need the ServerRegistration script to be
generated. This PR removes that unnecessary use and takes out
the python script call from the CI and Chapel unit tests.

Closes #1573

`CommandMap.chpl` for some reason had a `use ServerRegistration`
that I believe was added by accident and that was making the
Chapel unit tests need the `ServerRegistration` script to be
generated. This PR removes that unnecessary `use` and takes out
the python script call from the CI and Chapel unit tests.
@stress-tess stress-tess changed the title Remove python script generation for Chapel unit tests Closes #1573: Remove python script generation for Chapel unit tests Jul 11, 2022
@Ethan-DeBandi99 Ethan-DeBandi99 merged commit 63702d8 into Bears-R-Us:master Jul 11, 2022
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 this pull request may close these issues.

Remove config file use in Chapel unit tests
3 participants