diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2022-12-13 16:49:11 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2022-12-13 17:47:15 +0000 |
commit | 45003656f41858de86de38c9ef4441fb227d7bc8 (patch) | |
tree | 8f0404e3dff154cc1df20af278a18ae4ade49504 /external/cppunit/UnpackedTarball_cppunit.mk | |
parent | 9a0e31fcb7fa871fa63abe106d83a04df2f4c74e (diff) |
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 <sbergman@redhat.com>
Diffstat (limited to 'external/cppunit/UnpackedTarball_cppunit.mk')
-rw-r--r-- | external/cppunit/UnpackedTarball_cppunit.mk | 5 |
1 files changed, 4 insertions, 1 deletions
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 \ |