]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
spec: Fix printing test-suite.log when make check fails
authorJiri Denemark <jdenemar@redhat.com>
Tue, 3 Dec 2019 10:49:50 +0000 (11:49 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 3 Dec 2019 11:50:16 +0000 (12:50 +0100)
Commit v5.7.0-248-g03449e2504 removed "cd tests" without updating the
patch to test-suite.log.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
libvirt.spec.in

index c7fac104d9334ce8256a855d50c6f476f021a26a..4c6161a26fae9cff5f2b027fec8b7b0a365847c1 100644 (file)
@@ -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