Allow test to pass even if an expected-to-fail submit claims 'Submission successful' - apparently when there is a valid HTTP_PROXY involved, our submitting to an empty drop location appears to succeed. Presumably, the proxy simply takes it like a man, and then discards it...
This commit is contained in:
parent
9578bfc0ef
commit
402fa2ceeb
|
@ -1138,7 +1138,8 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=CVS -P ${CMake_SOURCE_DIR}/Utilities/Rel
|
|||
set(regex "${regex}(Couldn.t resolve host ")
|
||||
set(regex "${regex}|couldn.t connect to host")
|
||||
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 successful)")
|
||||
|
||||
set(ctest_coverage_labels_args "")
|
||||
|
||||
|
|
Loading…
Reference in New Issue