external/cppunit/UnpackedTarball_cppunit.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
New commits: commit 45003656f41858de86de38c9ef4441fb227d7bc8 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Tue Dec 13 16:49:11 2022 +0100 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Tue Dec 13 17:47:15 2022 +0000 Mark external/cppunit/propagate-exceptions.patch.0 as upstreamed Change-Id: I847b682c2823dcaf523f361044105e91462fbc3d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144075 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/external/cppunit/UnpackedTarball_cppunit.mk b/external/cppunit/UnpackedTarball_cppunit.mk index d5a3ddea2ddf..f6575bb8b969 100644 --- a/external/cppunit/UnpackedTarball_cppunit.mk +++ b/external/cppunit/UnpackedTarball_cppunit.mk @@ -14,7 +14,10 @@ $(eval $(call gb_UnpackedTarball_set_tarball,cppunit,$(CPPUNIT_TARBALL),,cppunit $(eval $(call gb_UnpackedTarball_update_autoconf_configs,cppunit)) # * external/cppunit/order.patch.0 upstreamed at <https://gerrit.libreoffice.org/c/cppunit/+/123963> -# "Run tests in deterministic order": +# "Run tests in deterministic order"; +# * external/cppunit/propagate-exceptions.patch.0 upstreamed at +# <https://gerrit.libreoffice.org/c/cppunit/+/144074> "Introduce CPPUNIT_PROPAGATE_EXCEPTIONS +# environment variable": $(eval $(call gb_UnpackedTarball_add_patches,cppunit,\ external/cppunit/windows.patch \ external/cppunit/unix.patch \