Get more output if a test fails

This commit is contained in:
Andreas Schneider 2020-02-17 12:45:34 +01:00
parent ecca680f19
commit 62327fed7b
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ popd
%check
pushd obj
make test
ctest --output-on-failure
popd
%files