Skip to content

Commit 9eb5d02

Browse files
committed
Do not execute tests
1 parent 60ad839 commit 9eb5d02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

debian/rules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

4949
override_dh_shlibdeps:
5050
# In case we're installing to a non-standard location, look for a setup.sh

0 commit comments

Comments
 (0)