Run git test suite

Per https://fedoraproject.org/wiki/Packaging:Guidelines#Test_Suites run
the tests in %check.
This commit is contained in:
Todd Zullinger 2016-12-16 23:46:53 -05:00 committed by Petr Stodulka
parent 01e0c73c8a
commit 3041eeb9aa

View File

@ -602,6 +602,8 @@ grep -vE "$not_core_re|\/man\/" bin-man-doc-files > bin-files-core
grep -vE "$not_core_re" bin-man-doc-files | grep "\/man\/" > man-doc-files-core
grep -E "$not_core_re" bin-man-doc-files > bin-man-doc-git-files
%check
make test
%clean
rm -rf %{buildroot}
@ -753,6 +755,7 @@ rm -rf %{buildroot}
- Remove unnecessary rsync requirement from git-core
- Move gnome-keyring credential helper from git-core to git
- Enable libsecret credential helper
- Run git test suite
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild