From 0bb30645788cb2aa6a1b9e28ca8bf2b9bbec91b1 Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Tue, 4 Aug 2015 05:02:31 -0400 Subject: [PATCH] Better %check --- libpsl.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libpsl.spec b/libpsl.spec index e188d31..69aa560 100644 --- a/libpsl.spec +++ b/libpsl.spec @@ -84,7 +84,7 @@ rm -fv %{buildroot}%{_datadir}/libpsl/effective_tld_names.dat ln -s %{_datadir}/publicsuffix/effective_tld_names.dat %{buildroot}%{_datadir}/libpsl/effective_tld_names.dat %check -make check +make check || cat tests/test-suite.log %post -p /sbin/ldconfig