Codebase list ciftilib / 4e52611
Do not run build time tests parallel Andreas Tille 5 years ago
2 changed file(s) with 6 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
33 * New upstream version
44 * debhelper 12
55 * Standards-Version: 4.3.0
6 * Do not run build time tests parallel
67
78 -- Andreas Tille <tille@debian.org> Wed, 30 Jan 2019 09:40:38 +0100
89
2424
2525 override_dh_auto_test-indep:
2626 echo "Do not run test suite for arch indep builds"
27
28 override_dh_auto_test-arch:
29 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
30 dh_auto_test --no-parallel
31 endif