From aa32fc92ac48c46e5715bc83a838695e3e965fe7 Mon Sep 17 00:00:00 2001 From: Siteshwar Vashisht Date: Mon, 28 Jan 2019 03:35:30 +0100 Subject: [PATCH] packaging: Disable `expect` based tests `expect` based tests fail randomly and can cause build failures. Do not run them while doing package builds. --- debian/control | 2 +- fish.spec.in | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/control b/debian/control index f5624cec4..941edc38b 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: ridiculous_fish Uploaders: David Adam Build-Depends: debhelper (>= 9.0.0), libncurses5-dev, cmake3 (>= 3.2.0) | cmake (>= 3.2.0), gettext, # Test dependencies - expect, locales-all + locales-all # When libpcre2-dev is available on all supported Debian versions, add a dependency on that. Standards-Version: 3.9.4 Homepage: https://fishshell.com/ diff --git a/fish.spec.in b/fish.spec.in index e6eabacb1..652d75b36 100644 --- a/fish.spec.in +++ b/fish.spec.in @@ -26,7 +26,6 @@ BuildRequires: pcre2-devel %endif # for tests -BuildRequires: expect %if 0%{?fedora} # Need the en_US.utf-8 locale at a minimum BuildRequires: glibc-langpack-en