Run tests serially
This commit is contained in:
parent
65797479c6
commit
daeaa6ec85
1 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue