Skip to content

Commit

Permalink
ctest: display only output of tests, which failed
Browse files Browse the repository at this point in the history
  • Loading branch information
SimeonEhrig authored and psychocoderHPC committed Jul 24, 2024
1 parent c9b8c94 commit d254bcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ then

if [ "$ALPAKA_CI_OS_NAME" = "Linux" ] || [ "$ALPAKA_CI_OS_NAME" = "macOS" ]
then
ctest -V
ctest --output-on-failure
elif [ "$ALPAKA_CI_OS_NAME" = "Windows" ]
then
ctest -V -C ${CMAKE_BUILD_TYPE}
ctest --output-on-failure -C ${CMAKE_BUILD_TYPE}
fi

cd ..
Expand Down

0 comments on commit d254bcd

Please sign in to comment.