[med-svn] [Git][med-team/spdlog][master] 2 commits: Fix dh_auto_test override
Andreas Tille
gitlab at salsa.debian.org
Thu Feb 18 09:49:31 GMT 2021
Andreas Tille pushed to branch master at Debian Med / spdlog
Commits:
bfce0bf5 by Pino Toscano at 2021-01-31T19:08:57+01:00
Fix dh_auto_test override
- use dh_auto_test --no-parallel instead of manually invoking ctest,
so we get the standard parameters for it (including the output of
failed tests)
- drop the check for nocheck in $DEB_BUILD_OPTIONS, as debhelper already
skips the override in compatibility 13+ (already in use)
- - - - -
028b2716 by Andreas Tille at 2021-02-18T09:49:30+00:00
Merge branch 'fix-dh_auto_test' into 'master'
Fix dh_auto_test override
See merge request med-team/spdlog!5
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -37,9 +37,7 @@ else
endif
override_dh_auto_test:
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
- export CTEST_PARALLEL_LEVEL=1 && cd obj-* && ctest -j1
-endif
+ dh_auto_test --no-parallel
override_dh_auto_install:
rm -f example/logs/.gitignore
View it on GitLab: https://salsa.debian.org/med-team/spdlog/-/compare/b32e771a375c1bf139b3ec4f5023a0d7128f46bc...028b271695edde03bb6cdf217f5b86914bfe79a4
--
View it on GitLab: https://salsa.debian.org/med-team/spdlog/-/compare/b32e771a375c1bf139b3ec4f5023a0d7128f46bc...028b271695edde03bb6cdf217f5b86914bfe79a4
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20210218/ac71067f/attachment.html>
More information about the debian-med-commit
mailing list