From 6127453e7f3fc19861639e52a2f09f1fe3d6e0af Mon Sep 17 00:00:00 2001 From: Fabiano FidĂȘncio Date: Apr 10 2019 13:18:44 +0000 Subject: Re-enable tests As last commit removed the tests depending on osinfo-db, let's re-enable our tests. Signed-off-by: Fabiano FidĂȘncio --- 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