about summary refs log tree commit diff
path: root/debian/patches/Disable-general-with-expect.patch
diff options
context:
space:
mode:
authorJeremy Bicha <jbicha@ubuntu.com>2017-11-12 15:05:40 -0500
committerJeremy Bicha <jbicha@ubuntu.com>2017-11-12 17:33:41 -0500
commit4c81b8e520f9349f6e5ef6902786712d07e91122 (patch)
tree9767a51c4cc2537c6476479429f0b114c1bbf491 /debian/patches/Disable-general-with-expect.patch
parent5c866128b172760e407957141e8d15e7f5654eee (diff)
Import Ubuntu patches
Diffstat (limited to 'debian/patches/Disable-general-with-expect.patch')
-rw-r--r--debian/patches/Disable-general-with-expect.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/patches/Disable-general-with-expect.patch b/debian/patches/Disable-general-with-expect.patch
new file mode 100644
index 00000000..fd96d4fd
--- /dev/null
+++ b/debian/patches/Disable-general-with-expect.patch
@@ -0,0 +1,21 @@
+From: Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com>
+Date: Fri, 13 May 2016 11:13:20 +0800
+Subject: Disable general-with-expect
+
+which tends to fail on ppc64el and arm64
+---
+ Makefile.am | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index 698e3e3..4979f2b 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -3073,7 +3073,6 @@ src_tests_ldadd = \
+ 
+ check_programs += \
+ 	src/tests/test-general \
+-	src/tests/test-general-with-expect \
+ 	src/tests/test-ip4-config \
+ 	src/tests/test-ip6-config \
+ 	src/tests/test-dcb \