Do not run verbose make check by default
Append the verbose testsuite output to build.log only when some problem occurred. Version: 2:1.26-16
This commit is contained in:
parent
dac2710129
commit
bf32ad4192
3
tar.spec
3
tar.spec
@ -106,7 +106,7 @@ rm -f $RPM_BUILD_ROOT/sbin/rmt
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
rm -f $RPM_BUILD_ROOT/test/testsuite
|
rm -f $RPM_BUILD_ROOT/test/testsuite
|
||||||
TESTSUITEFLAGS=-v make check
|
make check || TESTSUITEFLAGS=-v make check
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -145,6 +145,7 @@ fi
|
|||||||
- add the last_help2man_run file to git repo to allow more easily find changes
|
- add the last_help2man_run file to git repo to allow more easily find changes
|
||||||
in --help in future
|
in --help in future
|
||||||
- make the DEFAULTS section to be more visible in man page
|
- make the DEFAULTS section to be more visible in man page
|
||||||
|
- verbose 'make check' only when some fail happened (append to koji build.log)
|
||||||
|
|
||||||
* Thu Nov 29 2012 Ondrej Vasik <ovasik@redhat.com> - 2:1.26-15
|
* Thu Nov 29 2012 Ondrej Vasik <ovasik@redhat.com> - 2:1.26-15
|
||||||
- add missing --full-time option to manpage
|
- add missing --full-time option to manpage
|
||||||
|
Loading…
Reference in New Issue
Block a user