[med-svn] [Git][med-team/salmon][master] Do not ignore build time test errors

Andreas Tille (@tille) gitlab at salsa.debian.org
Wed Mar 8 13:22:27 GMT 2023



Andreas Tille pushed to branch master at Debian Med / salmon


Commits:
de70ca9f by Andreas Tille at 2023-03-08T13:07:39+01:00
Do not ignore build time test errors

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -3,7 +3,6 @@ salmon (1.9.0+ds1-2) UNRELEASED; urgency=medium
   * Team upload.
   * Refresh external files from pufferfish
   * Add autopkgtest
-  TODO: Remove "|| true" in d/rules to really run the test
 
  -- Andreas Tille <tille at debian.org>  Tue, 31 Jan 2023 10:12:05 +0100
 


=====================================
debian/rules
=====================================
@@ -53,7 +53,7 @@ override_dh_auto_install:
 # tests may fail when run out of order or concurrently
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-	dh_auto_test --no-parallel || true  ## FIXME: This true is just to get some package for running autopkgtest in gdb
+	dh_auto_test --no-parallel
 endif
 
 override_dh_auto_clean:



View it on GitLab: https://salsa.debian.org/med-team/salmon/-/commit/de70ca9f4c8e48c60fc69f96735d148949a153ba

-- 
View it on GitLab: https://salsa.debian.org/med-team/salmon/-/commit/de70ca9f4c8e48c60fc69f96735d148949a153ba
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/20230308/b43a8d03/attachment.htm>


More information about the debian-med-commit mailing list