Skip to content

Commit

Permalink
Merge pull request #390 from pazeshun/suppress-log-jenkins
Browse files Browse the repository at this point in the history
Suppress the output of run_tests on jenkins
  • Loading branch information
k-okada authored Nov 11, 2019
2 parents 1276879 + f204e3b commit 574a6b0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -373,10 +373,14 @@ else
fi
if [ -z $TRAVIS_JOB_ID ]; then
# on Jenkins
catkin run_tests -i --no-deps --no-status $TEST_PKGS $CATKIN_PARALLEL_TEST_JOBS --make-args $ROS_PARALLEL_TEST_JOBS $CMAKE_ARGS_FLAGS --
# suppressing the output
# - https://github.com/catkin/catkin_tools/issues/405
# - https://github.com/ros-planning/moveit_ci/pull/18
#catkin run_tests -i --no-deps --no-status $TEST_PKGS $CATKIN_PARALLEL_TEST_JOBS --make-args $ROS_PARALLEL_TEST_JOBS $CMAKE_ARGS_FLAGS --
catkin build --catkin-make-args run_tests -- -i --no-deps --no-status $TEST_PKGS $CATKIN_PARALLEL_TEST_JOBS --make-args $ROS_PARALLEL_TEST_JOBS $CMAKE_ARGS_FLAGS --
else
# on Travis
# supressing the output
# suppressing the output
# - https://github.com/catkin/catkin_tools/issues/405
# - https://github.com/ros-planning/moveit_ci/pull/18
#travis_wait 60 catkin run_tests -i --no-deps --no-status $TEST_PKGS $CATKIN_PARALLEL_TEST_JOBS --make-args $ROS_PARALLEL_TEST_JOBS $CMAKE_ARGS_FLAGS --
Expand Down

0 comments on commit 574a6b0

Please sign in to comment.