Skip to content

Commit 29cb8d7

Browse files
committed
add test code to check jsk-ros-pkg#42 isseus
1 parent fdb4b06 commit 29cb8d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,11 @@ script:
4545
- cd ..
4646
# check roseus
4747
- source /opt/ros/$ROS_DISTRO/setup.bash
48+
- catkin clean -a # clean up to check #42 case
4849
- catkin build
4950
- source devel/setup.bash
51+
- cat devel/share/roseus/ros/roseus/manifest.l
52+
- grep -c -e "/opt/ros/${ROS_DISTRO}/share/.*/package.xml" devel/share/roseus/ros/roseus/manifest.l; [ "$?" == 1 ]; # check https://github.com/jsk-ros-pkg/geneus/pull/42
5053
- rostest roseus test-genmsg.catkin.test
5154
- rostest roseus test-genmsg-oneworkspace.catkin.launch
5255
# check pr2eus

0 commit comments

Comments
 (0)