From 6127453e7f3fc19861639e52a2f09f1fe3d6e0af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Wed, 10 Apr 2019 15:18:44 +0200 Subject: [PATCH] Re-enable tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As last commit removed the tests depending on osinfo-db, let's re-enable our tests. Signed-off-by: Fabiano FidĂȘncio --- libosinfo.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/libosinfo.spec b/libosinfo.spec index 281b07a..1db0bc1 100644 --- a/libosinfo.spec +++ b/libosinfo.spec @@ -74,10 +74,7 @@ rm -f %{buildroot}%{_libdir}/*.la if ! make check then cat tests/test-suite.log || true - # tests are broken with latest osinfo-db, and next libosinfo - # release will have tests independent os osinfo-db, so until - # then make tests non-fatal - # exit 1 + exit 1 fi %ldconfig_scriptlets