2015-04-27 22:25:09 +02:00
|
|
|
|
|
|
|
# Intentionally leave out other upload-related CTestConfig.cmake settings
|
|
|
|
# so that any ctest_submit calls fail with an error message.
|
|
|
|
set(CTEST_DROP_METHOD "@CASE_DROP_METHOD@")
|
|
|
|
set(CTEST_DROP_SITE "@CASE_DROP_SITE@")
|
2021-09-14 00:13:48 +02:00
|
|
|
|
|
|
|
# do not use proxy for lookup of invalid site (DNS failure by proxy looks
|
|
|
|
# different than DNS failure without proxy)
|
|
|
|
set(ENV{no_proxy} "$ENV{no_proxy},@CASE_DROP_SITE@")
|