Skip to content

Commit

Permalink
Enable catkin_test_results call
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Apr 13, 2024
1 parent 4659772 commit bf8482a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/image-ros.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ echo_stamp "Running tests"
export ROS_IP='127.0.0.1' # needed for running tests
cd /home/pi/catkin_ws
# FIXME: Investigate failing tests
catkin_make run_tests #&& catkin_test_results
catkin_make run_tests && catkin_test_results

echo_stamp "Change permissions for catkin_ws"
chown -Rf pi:pi /home/pi/catkin_ws
Expand Down

0 comments on commit bf8482a

Please sign in to comment.