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 <fidencio@redhat.com>
This commit is contained in:
Fabiano Fidêncio 2019-04-10 15:18:44 +02:00
parent 454fbcc26f
commit 6127453e7f

View File

@ -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