Re-enable tests

epel9
Andy Lutomirski 10 years ago
parent 7af2e1f189
commit 4b4b68a1ff

@ -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 <luto@mit.edu> - 2.2.0-3
- Re-enable tests
* Wed Aug 19 2015 Andy Lutomirski <luto@mit.edu> - 2.2.0-2
- Fix docs on newer RPM

Loading…
Cancel
Save