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

Fix to just install files under version control for tests directory #104

Merged
merged 3 commits into from
Dec 14, 2021

Conversation

jmikeowen
Copy link
Collaborator

This is a bugfix so that the install stage for tests only copies files under version control, rather than scraping everything from the tests source directory.

@mdavis36
Copy link
Collaborator

@jmikeowen This looks okay to me assuming it runs with the test suite fine from the install location after installing to an empty directory @MishaZakharchanka do you have time to give this a go?

Copy link
Contributor

@MishaZakharchanka MishaZakharchanka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, but we need to exclude the runCXXTests.ats file from the install or the CXX tests wont work in the ats. I'll look into how to do this Monday morning.

@jmikeowen
Copy link
Collaborator Author

Added logic to avoid copying the tests source directory version of runCXXTests.ats, since that's a special case of the build system generating the version we want to use.

Copy link
Contributor

@MishaZakharchanka MishaZakharchanka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, sorry I wasn't able to get to this. My power was out today from about 10am until 4pm.

@jmikeowen jmikeowen merged commit ff0ec0c into develop Dec 14, 2021
@jmikeowen jmikeowen deleted the bugfix/copy_tests branch December 14, 2021 00:47
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.

3 participants