If ‘make check’ fails, dump ‘test-suite.log’.
This commit is contained in:
parent
5a37330e7b
commit
da4be42ee2
@ -92,7 +92,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check
|
make check || { cat test-suite.log; exit 1 }
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -107,6 +107,7 @@ make check
|
|||||||
- New upstream version 1.16.
|
- New upstream version 1.16.
|
||||||
- Add upstream patch which completes support for AWS.
|
- Add upstream patch which completes support for AWS.
|
||||||
- Update RPM description section with complete list of supported guests.
|
- Update RPM description section with complete list of supported guests.
|
||||||
|
- If ‘make check’ fails, dump ‘test-suite.log’.
|
||||||
|
|
||||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.15-6
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.15-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user