summaryrefslogtreecommitdiff
path: root/tests/appveyor.pm
Commit message (Collapse)AuthorAgeFilesLines
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
| | | | Closes #6172
* CI/tests: use verification curl for test reporting APIsMarc Hoersken2020-10-131-5/+5
| | | | | | | | | | Avoid using our own, potentially installed, curl for the test reporting APIs in case it is broken. Reviewed-by: Daniel Stenberg Preparation for #6049 Closes #6063
* appveyor: show failed tests in log even if test is ignoredMarc Hoersken2020-04-051-6/+7
| | | | And print API response with newline only if there is one
* ci/tests: fix escaping of testnames and disable proxy for CI APIsMarc Hoersken2020-03-031-4/+7
| | | | | Follow up to ada581f and c0d8b96 Closes #5031
* ci/tests: Make it possible to still run but ignore failing testsMarc Hoersken2020-03-031-1/+5
| | | | | | | This enables the development of a solution for the failing tests by running them on CI while ignoring their result for the overall status. Closes #4994
* ci/tests: Send test results to AppVeyor for status overviewMarc Hoersken2020-03-031-0/+107
Closes #5021