Skip to content

Commit

Permalink
noetic does not run test because of missing python3 omniorb
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Jun 10, 2022
1 parent 8eacb34 commit afe7315
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ rosdep init
rosdep update --include-eol-distros
rosdep install -r -q -n --from-paths src --ignore-src --rosdistro $ROS_DISTRO -y || echo "use libpng-dev in package.xml"
catkin_make_isolated

if [[ "$ROS_DISTRO" == "noetic" ]]; then exit 0; fi
source devel_isolated/setup.bash
export ROS_PACKAGE_PATH=`pwd`/devel_isolated:$ROS_PACKAGE_PATH
export EXIT_STATUS=0; [ "`find devel_isolated/openhrp3/share/openhrp3 -iname '*.test'`" == "" ] && echo "[openhrp3] No tests ware found!!!" || find devel_isolated/openhrp3/share/openhrp3 -iname "*.test" -print0 | xargs -0 -n1 rostest || export EXIT_STATUS=$?; [ $EXIT_STATUS == 0 ]
Expand Down

0 comments on commit afe7315

Please sign in to comment.