-
-
Notifications
You must be signed in to change notification settings - Fork 689
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
STYLE: Add ITK prefix to testing macros #999
STYLE: Add ITK prefix to testing macros #999
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on consistency!
This rename now needs to be done in remote modules too, e.g. |
Update ITK testing macros names after they were renamed in InsightSoftwareConsortium/ITK#999
Add script to update ITK testing macros names. Motivated by PR InsightSoftwareConsortium#999. This script should ease the task to update the testing macros names in remote modules when used together with the [ApplyScriptToRemotes.sh](https://github.com/InsightSoftwareConsortium/ITK/blob/master/Utilities/Maintenance/ApplyScriptToRemotes.sh) script.
A few remotes were updated applying the fixes in #1021 and executing:
A few other issues arose (#1024 and #1025) while testing the script. Note that only remotes whose build status is successful are update. Thanks for your patience. |
Just for the sake of completeness, updated remote modules were
So it looks like quite a few have an unsuccessful build status currently. |
Closes #940.