Make %ctest non-verbose by default

This commit is contained in:
Christoph Junghans 2020-09-29 10:31:29 -06:00
parent 6d388a4073
commit c9bb4a4953
2 changed files with 5 additions and 2 deletions

View File

@ -62,7 +62,7 @@
%{?rcsuf:%global versuf -%{rcsuf}}
# For handling bump release by rpmdev-bumpspec and mass rebuild
%global baserelease 1
%global baserelease 2
# Uncomment if building for EPEL
#global name_suffix %%{major_version}
@ -504,6 +504,9 @@ mv -f Modules/FindLibArchive.disabled Modules/FindLibArchive.cmake
%changelog
* Tue Sep 29 2020 Christoph Junghans <junghans@votca.org> - 3.18.2-2
- Make %ctest non-verbose by default
* Thu Aug 20 2020 Björn Esser <besser82@fedoraproject.org> - 3.18.2-1
- Update to 3.18.2

View File

@ -50,7 +50,7 @@
%ctest(:-:) \
cd "%{__cmake_builddir}" \
%__ctest --output-on-failure --force-new-ctest-process %{?_smp_mflags} --verbose %{**} \
%__ctest --output-on-failure --force-new-ctest-process %{?_smp_mflags} %{**} \
cd -