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

catkin tests: Catkin test results directory collides in devel space #198

Closed
jbohren opened this issue Apr 17, 2015 · 4 comments
Closed

catkin tests: Catkin test results directory collides in devel space #198

jbohren opened this issue Apr 17, 2015 · 4 comments

Comments

@jbohren
Copy link
Contributor

jbohren commented Apr 17, 2015

The 05.catkin-test-results.sh file is over-written by all packages built in a merged devel space. Each one of them puts a path to it's own build directory in that file.

Fixing this might require adding a CATKIN_TEST_RESULTS_DESTINATION CMake variable which catkin_tools can set so that test results go to the right place.

@dirk-thomas Does that look like a fair assessment?

Might be related to #139

@dirk-thomas
Copy link
Contributor

The CATKIN_TEST_RESULTS_DESTINATION environment variable will be gone in the upcoming catkin version. See ros/catkin#719 for details.

@jbohren
Copy link
Contributor Author

jbohren commented Apr 17, 2015

Ah cool. Will that be released into the hydro version of catkin?

@dirk-thomas
Copy link
Contributor

I don't think the change will be backported to Hydro. Hydro will be EOL in about a month. I don't think it is a good idea to change it anymore.

@jbohren
Copy link
Contributor Author

jbohren commented Apr 17, 2015

Resolved by ros/catkin#728

@jbohren jbohren closed this as completed Apr 17, 2015
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

No branches or pull requests

2 participants