[Git][reproducible-builds/diffoscope][master] Add missing 'raise' statement dropped in 2d95ae41efad. Thanks, Mattia!

Chris Lamb (@lamby) gitlab at salsa.debian.org
Wed Apr 12 17:23:33 UTC 2023



Chris Lamb pushed to branch master at Reproducible Builds / diffoscope


Commits:
52a55da5 by Chris Lamb at 2023-04-12T17:22:41+01:00
Add missing 'raise' statement dropped in 2d95ae41efad. Thanks, Mattia!

- - - - -


1 changed file:

- tests/comparators/test_icc.py


Changes:

=====================================
tests/comparators/test_icc.py
=====================================
@@ -61,6 +61,7 @@ def cd_iccdump_version():
                 "Skipping all ICC tests as cd-iccdump killed with signal",
                 allow_module_level=True,
             )
+        raise
 
     for x in val.splitlines():
         if x.startswith("  Profile ID") and len(x) == 47:



View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/52a55da505dd9751fc1f521f591ee02cb9ef6f58

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/52a55da505dd9751fc1f521f591ee02cb9ef6f58
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20230412/bc9fce1f/attachment.htm>


More information about the rb-commits mailing list