Skip to content

Copy CTest results to custom location#89

Merged
dirk-thomas merged 2 commits intomasterfrom
dirk-thomas/symlink-or-copy-test-result-to-custom-path
Aug 13, 2020
Merged

Copy CTest results to custom location#89
dirk-thomas merged 2 commits intomasterfrom
dirk-thomas/symlink-or-copy-test-result-to-custom-path

Conversation

@dirk-thomas
Copy link
Copy Markdown
Member

Fixes #79.

@dirk-thomas dirk-thomas added the bug Something isn't working label Aug 10, 2020
@dirk-thomas dirk-thomas requested a review from cottsay August 10, 2020 04:32
@dirk-thomas dirk-thomas self-assigned this Aug 10, 2020
@dirk-thomas dirk-thomas force-pushed the dirk-thomas/symlink-or-copy-test-result-to-custom-path branch from aafceff to c922317 Compare August 10, 2020 16:32
Copy link
Copy Markdown
Member

@cottsay cottsay left a comment

Choose a reason for hiding this comment

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

I'm not sure this will work on the CI jobs on build.ros2.org. Pretty sure the build_base gets deleted at the end of the job, but before the test results are inspected by Jenkins. So the symlinks would be dead then, no?

@dirk-thomas dirk-thomas force-pushed the dirk-thomas/symlink-or-copy-test-result-to-custom-path branch from 75b014e to 2300576 Compare August 11, 2020 05:21
@dirk-thomas
Copy link
Copy Markdown
Member Author

Pretty sure the build_base gets deleted at the end of the job, but before the test results are inspected by Jenkins.

Good point. I didn't think of that use case. I modified the patch to do a plain copy: 2300576.

@dirk-thomas dirk-thomas requested a review from cottsay August 11, 2020 05:24
@cottsay cottsay changed the title symlink or copy CTest results to custom location Copy CTest results to custom location Aug 13, 2020
@dirk-thomas dirk-thomas merged commit c9a13a6 into master Aug 13, 2020
@dirk-thomas dirk-thomas added this to the 0.2.25 milestone Aug 13, 2020
@dirk-thomas dirk-thomas deleted the dirk-thomas/symlink-or-copy-test-result-to-custom-path branch August 13, 2020 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Development

Successfully merging this pull request may close these issues.

CTest result files are not in --test-result-base

2 participants