diff options
-rw-r--r-- | eclass/ros-catkin.eclass | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/eclass/ros-catkin.eclass b/eclass/ros-catkin.eclass index a556f28b4c95..17745d72ecaf 100644 --- a/eclass/ros-catkin.eclass +++ b/eclass/ros-catkin.eclass @@ -224,11 +224,7 @@ ros-catkin_src_test() { einfo "Regenerating setup_cached.sh for tests" ${PYTHON:-python} catkin_generated/generate_cached_setup.py || die fi - # Using cmake-utils_src_make with nonfatal does not work and breaks e.g. - # dev-ros/rviz. - if nonfatal emake tests -n &> /dev/null ; then - cmake-utils_src_make tests - fi + nonfatal cmake-utils_src_make tests cmake-utils_src_test "${@}" } |