]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Revert "Avoid numdiff check race condition in test"
authorMatthias Maier <tamiko@43-1.org>
Wed, 25 Oct 2017 15:40:27 +0000 (10:40 -0500)
committerMatthias Maier <tamiko@43-1.org>
Wed, 25 Oct 2017 15:40:27 +0000 (10:40 -0500)
This reverts commit 41d4678230e24635583eb892fdf473c5d6847a05.

cmake/macros/macro_deal_ii_pickup_tests.cmake

index 3284f6dc21486b89c7740709067bec5df30f2cab..1ce3748519b3a36865b44ed391362fc82ceb6c92 100644 (file)
@@ -164,10 +164,11 @@ MACRO(DEAL_II_PICKUP_TESTS)
       RESULT_VARIABLE _numdiff_tolerance_test_status
       )
 
-    # Note: We do not remove the test files to avoid a race condition if 
-    # cmake decides to rerun in a concurrent situation:
-    # FILE(REMOVE ${_first_test_file_name})
-    # FILE(REMOVE ${_second_test_file_name})
+    #
+    # Tidy up:
+    #
+    FILE(REMOVE ${_first_test_file_name})
+    FILE(REMOVE ${_second_test_file_name})
 
     IF(NOT "${_numdiff_tolerance_test_status}" STREQUAL "0")
       MESSAGE(FATAL_ERROR

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.