Disable some more tests

This commit is contained in:
Ernestas Kulik 2020-01-23 09:24:50 +01:00
parent 359a591a0a
commit e63fee34ce

View File

@ -90,6 +90,8 @@ install -Dpm0644 -t %{buildroot}%{rpmmacrodir} data/macros.%{name}
%if %{with check} %if %{with check}
%check %check
# Remove Boost tests for now, because it requires Python 2
rm -rf "test cases/frameworks/1 boost"
# Remove MPI tests for now because it is complicated to run # Remove MPI tests for now because it is complicated to run
rm -rf "test cases/frameworks/17 mpi" rm -rf "test cases/frameworks/17 mpi"
export MESON_PRINT_TEST_OUTPUT=1 export MESON_PRINT_TEST_OUTPUT=1