Print output of failed tests

Resolves: RHEL-71382
This commit is contained in:
Ondrej Holy 2024-12-16 14:54:41 +01:00
parent 11a5eb84f1
commit 02d69d06a3

View File

@ -257,6 +257,7 @@ find . -name "*.c" -exec chmod 664 {} \;
%cmake_build
%check
export CTEST_OUTPUT_ON_FAILURE=1
%cmake_build --target test
%install