Selaa lähdekoodia

Show make errors but exclude external project warnings on CDash.

Sascha Zelzer 11 vuotta sitten
vanhempi
commit
fb19c269b2
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      CMake/CTestCustom.cmake.in

+ 2 - 2
CMake/CTestCustom.cmake.in

@@ -27,7 +27,7 @@ SET(CTEST_CUSTOM_MEMCHECK_IGNORE
 SET(CTEST_CUSTOM_ERROR_MATCH
   ${CTEST_CUSTOM_ERROR_MATCH}
   "CMake Error[ :]"
-  "make.*No rule to make target.*"
+  "make.*No rule to make target"
 
   )
 
@@ -40,7 +40,7 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
   ${CTEST_CUSTOM_WARNING_EXCEPTION}
 
   # external projects
-  "@CTK_BINARY_DIR@/(?!CTK-build/)"
+  "Note: checking out"
 
   # kwstyle suppressions
   "[Kk][Ww][Ss]tyle.*kws.*cxx"