]> https://gitweb.dealii.org/ - dealii.git/commitdiff
add a comment
authorMatthias Maier <tamiko@43-1.org>
Thu, 10 Feb 2022 09:19:10 +0000 (03:19 -0600)
committerMatthias Maier <tamiko@43-1.org>
Thu, 10 Feb 2022 09:22:07 +0000 (03:22 -0600)
cmake/scripts/run_test.cmake

index 63a7f790aad85c7cb0759be37f396bc18429d091..fcc78c32baacb047df30c1d9a8cae7afe348c135 100644 (file)
@@ -60,8 +60,12 @@ EXECUTE_PROCESS(COMMAND ${CMAKE_COMMAND}
   )
 
 #
-# Determine the last successful stage of the test:
-# (Possible values are CONFIGURE, BUILD, RUN, DIFF, PASSED)
+# Determine the stage a test reached: Possible values are
+#   CONFIGURE  - the test started with a special configure stage and failed during configure
+#   BUILD      - the test reached the build stage and a compilation error occured
+#   RUN        - the test reached the run stage but the run terminated with an error
+#   DIFF       - the test reached the diff stage but output differed
+#   PASSED     - the test passed all stages
 #
 
 STRING(REGEX MATCH "${TEST}: CONFIGURE failed\\." _configure_regex "${_output}")

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.