Re-enable tests, but ignore the results for now

This commit is contained in:
Kalev Lember 2023-08-22 17:26:28 +02:00
parent e55288d733
commit a68d4fdd5b

View File

@ -1,6 +1,4 @@
# Something is wrong with the test setup and tests fail with
# "No such file or directory"
%bcond_with check
%bcond_without check
%global tarball_version %%(echo %{version} | tr '~' '.')
@ -69,7 +67,9 @@ rm -rf vendor
%if %{with check}
%check
%meson_test
# Something is wrong with the test setup and tests fail with
# "No such file or directory"
%meson_test || :
%endif