Mentions légales du service

Skip to content
Snippets Groups Projects
Commit cc416c7f authored by Thomas Moulard's avatar Thomas Moulard
Browse files

Fix debian/rules

Git-Dch: ignore
parent b062eca5
No related branches found
No related tags found
No related merge requests found
...@@ -87,11 +87,12 @@ override_dh_strip: ...@@ -87,11 +87,12 @@ override_dh_strip:
# This is not a critical issue so we let the testing fail on this # This is not a critical issue so we let the testing fail on this
# architecture for now. # architecture for now.
# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=723803 # See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=723803
override_dh_auto_test:
ifeq ($(DEB_HOST_ARCH),ia64) ifeq ($(DEB_HOST_ARCH),ia64)
export VISP_INPUT_IMAGE_PATH=/usr/share/visp-images-data/ \ DH_AUTOTEST_CAN_FAIL=true
&& dh_auto_test --max-parallel=1 || true
else else
DH_AUTOTEST_CAN_FAIL=false
endif
override_dh_auto_test:
export VISP_INPUT_IMAGE_PATH=/usr/share/visp-images-data/ \ export VISP_INPUT_IMAGE_PATH=/usr/share/visp-images-data/ \
&& dh_auto_test --max-parallel=1 && dh_auto_test --max-parallel=1 || ${DH_AUTOTEST_CAN_FAIL}
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment