This comment was breaking everything

This commit is contained in:
Oleg Kalachev
2019-03-07 03:17:28 +03:00
parent ec6c5e71bc
commit 75eb6fc3ee

View File

@@ -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" \