summaryrefslogtreecommitdiff
path: root/test/tests.json
diff options
context:
space:
mode:
authorAllen George <allen.george@gmail.com>2017-04-28 10:22:03 -0400
committerJens Geyer <jensg@apache.org>2017-05-11 01:35:33 +0200
commitbc1344d55fa450289f98b1a1d0d15c7fcb7d37e1 (patch)
tree8d870fae752635cd913d36f5ec568e49bbb4b20e /test/tests.json
parent3966a56a877bf5df8fba8ad3076153a8261b901a (diff)
downloadthrift-bc1344d55fa450289f98b1a1d0d15c7fcb7d37e1.tar.gz
THRIFT-4186 Add travis build for Rust
Client: rs Patch: Allen George <allen.george@gmail.com> This closes #1260
Diffstat (limited to 'test/tests.json')
-rw-r--r--test/tests.json14
1 files changed, 10 insertions, 4 deletions
diff --git a/test/tests.json b/test/tests.json
index 7e9cbf74e..818982e02 100644
--- a/test/tests.json
+++ b/test/tests.json
@@ -598,6 +598,10 @@
},
{
"name": "rs",
+ "env": {
+ "RUST_BACKTRACE": "1",
+ "RUST_LOG": "info"
+ },
"server": {
"command": [
"test_server"
@@ -609,16 +613,18 @@
"test_client"
]
},
+ "sockets": [
+ "ip"
+ ],
"transports": [
"buffered",
"framed"
],
- "sockets": [
- "ip"
- ],
"protocols": [
"binary",
- "compact"
+ "compact",
+ "multi",
+ "multic"
],
"workdir": "rs/bin"
}