summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2016-04-19 10:50:30 +0200
committerCarlos Martín Nieto <cmn@dwim.me>2016-04-19 13:54:27 +0200
commitb8353236bc9aff0ea0501e46e7912383cb6e574c (patch)
treedc2e77b76d341fa10123aa16f5b65e6b2a557dfb /appveyor.yml
parent0d72f67f28d52b3d7fb2760484fb51c014273bb2 (diff)
downloadlibgit2-b8353236bc9aff0ea0501e46e7912383cb6e574c.tar.gz
CI: run proxy tests with ctest
Running clar directly on appveyor makes it think the command returned failure, so it stops the tests. Running it via ctest lets it go through.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index b3bd3994d..fece95ea7 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -41,8 +41,8 @@ test_script:
$env:GITTEST_REMOTE_USER="libgit2test"
ctest -V -R libgit2_clar-cred_callback
$env:GITTEST_REMOTE_PROXY_URL = "http://foo:bar@localhost:8080"
- .\Debug\libgit2_clar.exe -sonline::clone::proxy_credentials_in_url
+ ctest -V -R libgit2_clar-proxy_credentials_in_url
$env:GITTEST_REMOTE_PROXY_URL = "http://localhost:8080"
$env:GITTEST_REMOTE_PROXY_USER = "foo"
$env:GITTEST_REMOTE_PROXY_PASS = "bar"
- .\Debug\libgit2_clar.exe -sonline::clone::proxy_credentials_request
+ ctest -V -R libgit2_clar-proxy_credentials_request