浏览代码

Merge topic 'fix-CTestTestFailedSubmit-xmlrpc'

fbe67a9 CTestTestFailedSubmit-xmlrpc: Pass with "Submission problem"
Brad King 15 年之前
父节点
当前提交
46718ad10d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Tests/CMakeLists.txt

+ 1 - 0
Tests/CMakeLists.txt

@@ -1436,6 +1436,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=master -P ${CMake_SOURCE_DIR}/Utilities/
   set(regex "${regex}|The requested URL returned error")
   set(regex "${regex}|The requested URL returned error")
   set(regex "${regex}|libcurl was built with SSL disabled. https: not supported)")
   set(regex "${regex}|libcurl was built with SSL disabled. https: not supported)")
   set(regex "${regex}|Submission method .xmlrpc. not compiled into CTest")
   set(regex "${regex}|Submission method .xmlrpc. not compiled into CTest")
+  set(regex "${regex}|Submission problem")
   set(regex "${regex}|Submission successful)")
   set(regex "${regex}|Submission successful)")
 
 
   set(ctest_coverage_labels_args "")
   set(ctest_coverage_labels_args "")