On 02/12/2015 16:50, Santiago Vila wrote:
So, maybe a target "override_dh_auto_test-indep" that does not do anything would fix this. Thanks.
Doesn't work if I rename "override_dh_auto_test" into "override_dh_auto_test-indep".

Doesn't work if I introduce "override_dh_auto_test-indep" that does nothing and keep "override_dh_auto_test" as it is.

The solution I found is to rename "override_dh_auto_test" into "override_dh_auto_test-arch" to make testing arch dependent.

override_dh_auto_test-arch:
export VISP_INPUT_IMAGE_PATH=/usr/share/visp-images-data/ \
&& dh_auto_test --max-parallel=1 || ${DH_AUTOTEST_CAN_FAIL}

I'm not expert, so I don't know if this is the right way to disable testing using dpkg-buildpackage -A



Reply via email to