From e334a543f5783ce5d373025c4f69a94e37c62023 Mon Sep 17 00:00:00 2001 From: Frederic Berat Date: Tue, 1 Feb 2022 17:22:22 +0100 Subject: [PATCH] Print log on make check failure Fix the location of the log to be printed in case of failure of make check. Reviewed-by: Carlos O'Donell --- libtool.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtool.spec b/libtool.spec index 1f03f72..e448d83 100644 --- a/libtool.spec +++ b/libtool.spec @@ -134,7 +134,7 @@ autoreconf -v %check %if %{with check} -make check VERBOSE=yes || { cat testsuite.log ; false ; } +make check VERBOSE=yes || { cat tests/testsuite.dir/*/testsuite.log ; false ; } %endif