Re-enable tests, but ignore the results for now
This commit is contained in:
parent
e55288d733
commit
a68d4fdd5b
@ -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
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user