Run tests serially

This commit is contained in:
Matěj Grabovský 2022-01-18 13:32:44 +01:00
commit daeaa6ec85

View file

@ -50,8 +50,11 @@ logging.
%check
%ctest
cd "%{__cmake_builddir}"
# Force serial execution of tests to prevent process interleaving which seems to
# upset abrt-java-connector.
%{__ctest} --output-on-failure -j1
cd -
%install
%cmake_install