]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Testsuite: exclude configure warnings from "failure" condition 15719/head
authorMatthias Maier <tamiko@43-1.org>
Tue, 11 Jul 2023 18:16:47 +0000 (13:16 -0500)
committerMatthias Maier <tamiko@43-1.org>
Tue, 11 Jul 2023 18:16:47 +0000 (13:16 -0500)
tests/run_testsuite.cmake

index 4413cc1c08cd495a24537df67449e54e17265980..17ddc64ba3a7e45dc6e74a91a04a341108540aa1 100644 (file)
@@ -625,7 +625,9 @@ if("${_status}" STREQUAL "neutral")
     set(_status "success")
     file(STRINGS "${_path}/Configure.xml" _warnings LIMIT_COUNT 1 REGEX "CMake Warning at")
     if(NOT "${_warnings}" STREQUAL "")
-      set(_status "failure")
+      # for the time being configure warnings are not a "failure"
+      # condition. This would otherwise create a lot of noise on the
+      # regression tester.
       string(APPEND _summary "\n#   - configure warnings")
     endif()
     file(STRINGS "${_path}/Build.xml" _warnings LIMIT_COUNT 1 REGEX "<Warning>")

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.