diff options
author | Carlos Martín Nieto <cmn@dwim.me> | 2016-03-03 19:21:07 +0100 |
---|---|---|
committer | Carlos Martín Nieto <cmn@dwim.me> | 2016-03-03 19:31:02 +0100 |
commit | ba9bb664f3ed3f230c474ddd8937bd072cc9947f (patch) | |
tree | 45c8994baa4f7f9acc7dda68334a0c0b4a1c9274 /script/cibuild.sh | |
parent | a4cba9d45384eec145537438a8e2d765c3a0bf11 (diff) | |
download | libgit2-cmn/auth-retry.tar.gz |
tests: create a ctest target for cred_callbackcmn/auth-retry
Diffstat (limited to 'script/cibuild.sh')
-rwxr-xr-x | script/cibuild.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/script/cibuild.sh b/script/cibuild.sh index 029dcd413..00cde0ada 100755 --- a/script/cibuild.sh +++ b/script/cibuild.sh @@ -25,7 +25,7 @@ git daemon --listen=localhost --export-all --enable=receive-pack --base-path="$H export GITTEST_REMOTE_URL="git://localhost/test.git" # Run the test suite -ctest -V . || exit $? +ctest -V -R libgit2_clar || exit $? # Now that we've tested the raw git protocol, let's set up ssh to we # can do the push tests over it @@ -59,4 +59,4 @@ fi export GITTEST_REMOTE_URL="https://github.com/libgit2/non-existent" export GITTEST_REMOTE_USER="libgit2test" -./libgit2_clar -sonline::clone::cred_callback || exit $? +ctest -V -R libgit2_clar-cred_callback |