Skip to content

Commit

Permalink
Merge pull request jsk-ros-pkg#27 from k-okada/show_rosmake_log
Browse files Browse the repository at this point in the history
print rosmake log when failed
  • Loading branch information
k-okada committed Apr 20, 2014
2 parents 1142874 + d5c87d3 commit 8e02799
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ script: # All commands must exit with code 0 on success. Anything else is consid
- if [ $BUILDER = catkin ]; then catkin_make install; fi
- if [ $BUILDER = catkin ]; then rm -fr devel src build; source install/setup.bash; else source setup.sh; fi
after_failure:
- if [ $BUILDER == rosbuild ]; then find ${HOME}/.ros/rosmake/ -type f -exec echo "=== {} ===" \; -exec cat {} \; ; fi
- if [ -e ./build/Testing/Temporary/LastTest.log ]; then cat ./build/Testing/Temporary/LastTest.log; fi
- find ${HOME}/.ros/test_results -type f -exec echo "== {} ==" \; -exec cat {} \;
- for file in ${HOME}/.ros/log/rostest-*; do echo "=== $file ==="; cat $file; done

0 comments on commit 8e02799

Please sign in to comment.