From: Jiri Denemark Date: Tue, 3 Dec 2019 10:49:50 +0000 (+0100) Subject: spec: Fix printing test-suite.log when make check fails X-Git-Tag: v6.0.0-rc1~545 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcc453a6e3b2e6d0a4337ce888b5d01d8cb90372;p=thirdparty%2Flibvirt.git spec: Fix printing test-suite.log when make check fails Commit v5.7.0-248-g03449e2504 removed "cd tests" without updating the patch to test-suite.log. Signed-off-by: Jiri Denemark Reviewed-by: Pavel Hrdina --- diff --git a/libvirt.spec.in b/libvirt.spec.in index c7fac104d9..4c6161a26f 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -1307,7 +1307,7 @@ mv $RPM_BUILD_ROOT%{_datadir}/systemtap/tapset/libvirt_qemu_probes.stp \ cd %{_vpath_builddir} if ! make %{?_smp_mflags} check VIR_TEST_DEBUG=1 then - cat test-suite.log || true + cat tests/test-suite.log || true exit 1 fi