diff options
author | 2022-08-05 13:18:53 -0600 | |
---|---|---|
committer | 2022-08-21 03:21:43 +0100 | |
commit | 826a5068a35ddca24b847e389351cf88706c5227 (patch) | |
tree | 859273ef7d0480a898ac64dc3ec448b93069f2c9 /dev-haskell/dbus/files | |
parent | sys-power/upower: Stabilize 0.99.20 sparc, #865893 (diff) | |
download | gentoo-826a5068a35ddca24b847e389351cf88706c5227.tar.gz gentoo-826a5068a35ddca24b847e389351cf88706c5227.tar.bz2 gentoo-826a5068a35ddca24b847e389351cf88706c5227.zip |
dev-haskell/dbus: Disable integration tests
These tests try to spin up an instance of dbus-daemon
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/dbus/files')
-rw-r--r-- | dev-haskell/dbus/files/dbus-1.2.22-disable-integration-tests.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-haskell/dbus/files/dbus-1.2.22-disable-integration-tests.patch b/dev-haskell/dbus/files/dbus-1.2.22-disable-integration-tests.patch new file mode 100644 index 000000000000..d5c509ca58e3 --- /dev/null +++ b/dev-haskell/dbus/files/dbus-1.2.22-disable-integration-tests.patch @@ -0,0 +1,28 @@ +From: hololeap <hololeap@protonmail.com> +Signed-off-by: hololeap <hololeap@protonmail.com> + +dev-haskell/dbus: Disable integration tests + +These tests try to spin up an instance of dbus-daemon + +diff -urN dbus-1.2.22/tests/DBusTests.hs dbus-1.2.22-r1/tests/DBusTests.hs +--- dbus-1.2.22/tests/DBusTests.hs 2021-12-16 12:34:16.000000000 -0700 ++++ dbus-1.2.22-r1/tests/DBusTests.hs 2022-08-05 12:51:12.447871229 -0600 +@@ -23,7 +23,7 @@ + import DBusTests.BusName + import DBusTests.Client + import DBusTests.ErrorName +-import DBusTests.Integration ++--import DBusTests.Integration + import DBusTests.InterfaceName + import DBusTests.Introspection + import DBusTests.MemberName +@@ -55,7 +55,7 @@ + , test_BusName + , test_Client + , test_ErrorName +- , test_Integration ++-- , test_Integration + , test_InterfaceName + , test_Introspection + , test_MemberName |