Mentions légales du service

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

debian/rules: disable parallelism in tests

parent daccb8ab
No related branches found
No related tags found
No related merge requests found
......@@ -79,5 +79,8 @@ override_dh_auto_build-indep:
override_dh_strip:
dh_strip -a --dbg-package=libvisp2.8-dbg
# Parallelism is disabled in tests as some cannot run at the same
# time
override_dh_auto_test:
export VISP_INPUT_IMAGE_PATH=/usr/share/visp-images-data/ && dh_auto_test
export VISP_INPUT_IMAGE_PATH=/usr/share/visp-images-data/ \
&& dh_auto_test -- -j1
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