summaryrefslogtreecommitdiff
path: root/test/tests.json
diff options
context:
space:
mode:
authorJames E. King III <jking@apache.org>2018-03-20 19:58:38 -0400
committerJames E. King III <jking@apache.org>2018-03-21 20:45:25 -0400
commit714c77cebe72659f6577eb9c5293693bdfc9e692 (patch)
treed37cc2a5cd7a86e756dee4bd89f55fb7777ed7e1 /test/tests.json
parente41de0fbcb43c51a0f1ede40207c80bd3409f99f (diff)
downloadthrift-714c77cebe72659f6577eb9c5293693bdfc9e692.tar.gz
THRIFT-4525: add ruby cross test ssl support
Client: rb This closes #1514
Diffstat (limited to 'test/tests.json')
-rw-r--r--test/tests.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/tests.json b/test/tests.json
index 511be5f47..4641f223b 100644
--- a/test/tests.json
+++ b/test/tests.json
@@ -366,7 +366,8 @@
"timeout": 5,
"command": [
"ruby",
- "../integration/TestClient.rb"
+ "../integration/TestClient.rb",
+ "--"
]
},
"transports": [
@@ -375,7 +376,8 @@
],
"sockets": [
"domain",
- "ip"
+ "ip",
+ "ip-ssl"
],
"protocols": [
"binary",