From 4b4b68a1ffa8ce6dbd07df67958ce3d3f415f1c5 Mon Sep 17 00:00:00 2001 From: Andy Lutomirski Date: Aug 20 2015 19:01:40 +0000 Subject: Re-enable tests --- diff --git a/fish.spec b/fish.spec index 9ec0e7a..6566c7b 100644 --- a/fish.spec +++ b/fish.spec @@ -1,6 +1,6 @@ Name: fish Version: 2.2.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A friendly interactive shell Group: System Environment/Shells @@ -53,9 +53,13 @@ cp CONTRIBUTING.md %{buildroot}%{_pkgdocdir} %check -# Broken in 2.2.0 -# https://github.com/fish-shell/fish-shell/issues/2322 -# ./fish_tests |grep -q 'Encountered 0 errors' + +# fish_tests is somewhat sensitive to the contents of the filesystem. +# If imake is installed, then fish_tests will fail. This shouldn't be +# a problem under mock, though. +# +# See: https://github.com/fish-shell/fish-shell/issues/2322 +./fish_tests %post @@ -83,6 +87,9 @@ fi %changelog +* Thu Aug 20 2015 Andy Lutomirski - 2.2.0-3 +- Re-enable tests + * Wed Aug 19 2015 Andy Lutomirski - 2.2.0-2 - Fix docs on newer RPM