From 75eb6fc3eecd54c7f1a3872b38799ca819526dd9 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Thu, 7 Mar 2019 03:17:28 +0300 Subject: [PATCH] This comment was breaking everything --- builder/image-ros.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/image-ros.sh b/builder/image-ros.sh index 4ba37a98..ea571154 100755 --- a/builder/image-ros.sh +++ b/builder/image-ros.sh @@ -147,7 +147,7 @@ echo_stamp "Installing CLEVER" \ && source /opt/ros/kinetic/setup.bash \ && catkin_make -j2 -DCMAKE_BUILD_TYPE=Release \ && catkin_make run_tests \ -&& catkin_test_results \ # this command returns non-zero on tests failure +&& catkin_test_results \ && systemctl enable roscore \ && systemctl enable clever \ && echo_stamp "All CLEVER was installed!" "SUCCESS" \