File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,9 @@ override_dh_auto_test:
4242 # In case we're installing to a non-standard location, look for a setup.sh
4343 # in the install tree and source it. It will set things like
4444 # CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH.
45- echo -- Running tests. Even if one of them fails the build is not canceled.
46- if [ -f " /opt/ros/rolling/setup.sh" ]; then . " /opt/ros/rolling/setup.sh" ; fi && \
47- dh_auto_test || true
45+ # echo -- Running tests. Even if one of them fails the build is not canceled.
46+ # if [ -f "/opt/ros/rolling/setup.sh" ]; then . "/opt/ros/rolling/setup.sh"; fi && \
47+ # dh_auto_test || true
4848
4949override_dh_shlibdeps :
5050 # In case we're installing to a non-standard location, look for a setup.sh
You can’t perform that action at this time.
0 commit comments