Default to --verbose for ctest as well

This commit is contained in:
Orion Poplawski 2020-07-21 20:36:38 -06:00 committed by Björn Esser
commit 38e20bdffd

View file

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