Run git test suite
Per https://fedoraproject.org/wiki/Packaging:Guidelines#Test_Suites run the tests in %check.
This commit is contained in:
parent
01e0c73c8a
commit
3041eeb9aa
3
git.spec
3
git.spec
@ -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 -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
|
grep -E "$not_core_re" bin-man-doc-files > bin-man-doc-git-files
|
||||||
|
|
||||||
|
%check
|
||||||
|
make test
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
@ -753,6 +755,7 @@ rm -rf %{buildroot}
|
|||||||
- Remove unnecessary rsync requirement from git-core
|
- Remove unnecessary rsync requirement from git-core
|
||||||
- Move gnome-keyring credential helper from git-core to git
|
- Move gnome-keyring credential helper from git-core to git
|
||||||
- Enable libsecret credential helper
|
- Enable libsecret credential helper
|
||||||
|
- Run git test suite
|
||||||
|
|
||||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.1-2
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user