Revert "jobs: Fixing environment required to run catkin test targets on pre-indigo catkin" #600
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull requests suggest to revert #265 ([PR196+] jobs: Fixing environment required to run catkin test targets on pre-indigo catkin), which is supposed to be obsolete. According to the description and inline comments it was only required for ROS Hydro and earlier.
If complete removal is too disruptive, I suggest to only install the env-hook in ROS Hydro and earlier (not sure what would be a reliable way to detect this, before any workspace is sourced).
Rationale:
CATKIN_TEST_RESULTS_DIR
is not used anymore by catkin since remove CATKIN_TEST_RESULTS_DIR environment variable ros/catkin#728. Not sure aboutROS_TEST_RESULTS_DIR
, I did not check.CATKIN_BUILD_BINARY_PACKAGE
that prevents installation of common files in a shared install-space.06-ctr-nuke.sh
did not respect this and required manual removal from the stagedDESTDIR
to avoid that the file is added to multiple binary packages (see also related issue DESTDIR broken on master #280).