Skip to content

Commit

Permalink
packaging: Disable expect based tests
Browse files Browse the repository at this point in the history
`expect` based tests fail randomly and can cause build failures. Do not
run them while doing package builds.
  • Loading branch information
siteshwar authored and zanchey committed Jan 28, 2019
1 parent 7eee158 commit aa32fc9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion debian/control
Expand Up @@ -5,7 +5,7 @@ Maintainer: ridiculous_fish <corydoras@ridiculousfish.com>
Uploaders: David Adam <zanchey@ucc.gu.uwa.edu.au>
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/
Expand Down
1 change: 0 additions & 1 deletion fish.spec.in
Expand Up @@ -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
Expand Down

0 comments on commit aa32fc9

Please sign in to comment.