Skip to content

Commit 8e02799

Browse files
committed
Merge pull request jsk-ros-pkg#27 from k-okada/show_rosmake_log
print rosmake log when failed
2 parents 1142874 + d5c87d3 commit 8e02799

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ script: # All commands must exit with code 0 on success. Anything else is consid
6262
- if [ $BUILDER = catkin ]; then catkin_make install; fi
6363
- if [ $BUILDER = catkin ]; then rm -fr devel src build; source install/setup.bash; else source setup.sh; fi
6464
after_failure:
65+
- if [ $BUILDER == rosbuild ]; then find ${HOME}/.ros/rosmake/ -type f -exec echo "=== {} ===" \; -exec cat {} \; ; fi
6566
- if [ -e ./build/Testing/Temporary/LastTest.log ]; then cat ./build/Testing/Temporary/LastTest.log; fi
6667
- find ${HOME}/.ros/test_results -type f -exec echo "== {} ==" \; -exec cat {} \;
6768
- for file in ${HOME}/.ros/log/rostest-*; do echo "=== $file ==="; cat $file; done

0 commit comments

Comments
 (0)