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:
Dominique Leuenberger 2016-03-17 15:34:55 +00:00 committed by Git OBS Bridge
commit 445ebc51e5
2 changed files with 11 additions and 1 deletions

View File

@ -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 Tue Feb 16 12:52:51 UTC 2016 - eshmarnev@suse.com

View File

@ -131,7 +131,11 @@ mkdir -p "$b/%_docdir/%name"
cp -a ChangeLog LICENSE README "$b/%_docdir/%name/" cp -a ChangeLog LICENSE README "$b/%_docdir/%name/"
%check %check
make %{?_smp_mflags} check if ! make %{?_smp_mflags} check; then
x="$?"
cat bin/varnishtest/test-suite.log
exit "$x"
fi
%pre %pre
%_bindir/getent group varnish >/dev/null || \ %_bindir/getent group varnish >/dev/null || \