summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorNobuaki Sukegawa <nsuke@apache.org>2015-12-23 23:32:09 +0900
committerNobuaki Sukegawa <nsuke@apache.org>2016-01-03 02:39:51 +0900
commitad8358664e6aa2de9094ca68c8b626b953b572c0 (patch)
tree677c369a367b0f451a929b661f84d4c28b9edae1 /appveyor.yml
parentb78d781b2e55a066d53577402e42b4d509998978 (diff)
downloadthrift-ad8358664e6aa2de9094ca68c8b626b953b572c0.tar.gz
THRIFT-3505 Enhance Python TSSLSocket
This closes #760
Diffstat (limited to 'appveyor.yml')
-rwxr-xr-xappveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 711654e8b..ee114ae01 100755
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -74,6 +74,6 @@ build_script:
- cmake --build . --config Release
# TODO: Fix cpack
# - cpack
-- ctest -C Release -VV -E "(concurrency_test|processor_test|python_test$)"
+- ctest -C Release -VV -E "(concurrency_test|processor_test|python_test$|^Python)"
#TODO make it perfect ;-r