diff --git a/.appveyor.yml b/.appveyor.yml index e1065e01e..a644a5202 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -30,6 +30,6 @@ build_script: test_script: - cd C:\projects\stir\build - - ctest -VV -C %CONFIGURATION% + - ctest --output-on-failure -C %CONFIGURATION% - cd ..\recon_test_pack - run_tests --nointbp "C:\projects\stir\install\bin\" diff --git a/documentation/release_5.0.htm b/documentation/release_5.0.htm index 86e3613a9..3ed9befe6 100644 --- a/documentation/release_5.0.htm +++ b/documentation/release_5.0.htm @@ -15,6 +15,17 @@

Overall summary

+

Bug fixes