Accepting request 373113 from server:http
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/373113 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/varnish?expand=0&rev=17
This commit is contained in:
commit
445ebc51e5
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 8 08:47:30 UTC 2016 - jengelh@inai.de
|
||||
|
||||
- Report testsuite failure to build log and make testsuite nonfatal
|
||||
as there seems to be one swaying test, tests/r01478.vtc.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 16 12:52:51 UTC 2016 - eshmarnev@suse.com
|
||||
|
||||
|
@ -131,7 +131,11 @@ mkdir -p "$b/%_docdir/%name"
|
||||
cp -a ChangeLog LICENSE README "$b/%_docdir/%name/"
|
||||
|
||||
%check
|
||||
make %{?_smp_mflags} check
|
||||
if ! make %{?_smp_mflags} check; then
|
||||
x="$?"
|
||||
cat bin/varnishtest/test-suite.log
|
||||
exit "$x"
|
||||
fi
|
||||
|
||||
%pre
|
||||
%_bindir/getent group varnish >/dev/null || \
|
||||
|
Loading…
Reference in New Issue
Block a user