dc00cad162
- Add disable_some_obex_tests.patch bypass boo#1078285 for PowerPC OBS-URL: https://build.opensuse.org/request/show/572021 OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=242
29 lines
1.0 KiB
Diff
29 lines
1.0 KiB
Diff
From: Michel Normand <normand@linux.vnet.ibm.com>
|
|
Subject: disable some obex tests
|
|
Date: Tue, 30 Jan 2018 17:01:45 +0100
|
|
|
|
disable some obex tests as transient failures
|
|
reported by bug
|
|
https://bugzilla.suse.com/show_bug.cgi?id=1078285
|
|
|
|
Signed-off-by: Michel Normand <normand@linux.vnet.ibm.com>
|
|
---
|
|
Makefile.am | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
Index: bluez-5.48/Makefile.am
|
|
===================================================================
|
|
--- bluez-5.48.orig/Makefile.am
|
|
+++ bluez-5.48/Makefile.am
|
|
@@ -363,8 +363,8 @@ unit_test_gdbus_client_SOURCES = unit/te
|
|
unit_test_gdbus_client_LDADD = gdbus/libgdbus-internal.la \
|
|
src/libshared-glib.la @GLIB_LIBS@ @DBUS_LIBS@
|
|
|
|
-unit_tests += unit/test-gobex-header unit/test-gobex-packet unit/test-gobex \
|
|
- unit/test-gobex-transfer unit/test-gobex-apparam
|
|
+unit_tests += unit/test-gobex-header unit/test-gobex-packet \
|
|
+ unit/test-gobex-apparam
|
|
|
|
unit_test_gobex_SOURCES = $(gobex_sources) unit/util.c unit/util.h \
|
|
unit/test-gobex.c
|