clar: Disable online tests. By now.

This commit is contained in:
Vicent Marti 2013-03-25 21:22:57 +01:00
parent f7110e6ca3
commit c2ea65eec3
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ script:
# Run Tests # Run Tests
after_success: after_success:
- valgrind --leak-check=full --show-reachable=yes --suppressions=../libgit2_clar.supp ./libgit2_clar -ionline - valgrind --leak-check=full --show-reachable=yes --suppressions=../libgit2_clar.supp ./libgit2_clar
# Only watch the development branch # Only watch the development branch
branches: branches:

View File

@ -349,7 +349,7 @@ IF (BUILD_CLAR)
ENDIF () ENDIF ()
ENABLE_TESTING() ENABLE_TESTING()
ADD_TEST(libgit2_clar libgit2_clar -ionline) ADD_TEST(libgit2_clar libgit2_clar)
ENDIF () ENDIF ()
IF (TAGS) IF (TAGS)