summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ctest_submit/CTestConfig.cmake.in
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Add host to ENV{no_proxy} when DNS lookup failure is expectedwilliam.r.dieter2021-01-291-0/+4
| | | | | | | | | | | | | | DNS lookup of an invalid host name fails with a different error in a proxy environment than it does in an environment without proxy. Many tools, including curl, use the `no_proxy` environment variable to provid a list of hosts for which proxy should not be used. To make lookup failure consistent, add invalid host names to the `no_proxy` environment variable in tests that attempt to look up invalid host names. This way the lookup will fail consistently regardless of whether proxy is generally used or not. Signed-off-by: william.r.dieter <william.r.dieter@intel.com>
* Remove unnecessary CTEST_PROJECT_NAME variablesRegina Pfeifer2018-11-201-1/+0
|
* Tests: Rename RunCMake.{CTestSubmit => ctest_submit}Brad King2015-02-191-0/+6
Follow the convention of naming tests after the command they test.