summaryrefslogtreecommitdiff
path: root/test/rs
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2020-03-22 13:46:34 +0100
committerJens Geyer <jensg@apache.org>2020-03-22 15:30:27 +0100
commit4a33b188f44ce097e25ca56ebd48026b41effd6a (patch)
treefefc19cf2460bf72709faf988bc186f5bb93a0de /test/rs
parent24ab31fc5738532b082c7b0638bfcd2a7a26d7c5 (diff)
downloadthrift-4a33b188f44ce097e25ca56ebd48026b41effd6a.tar.gz
THRIFT-5145 Streamline --pipe and --named-pipe options in the code base
Client: Test suite Patch: Jens Geyer This closes #2065
Diffstat (limited to 'test/rs')
-rw-r--r--test/rs/src/bin/test_client.rs2
-rw-r--r--test/rs/src/bin/test_server.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/rs/src/bin/test_client.rs b/test/rs/src/bin/test_client.rs
index 8016ca674..5983c7db5 100644
--- a/test/rs/src/bin/test_client.rs
+++ b/test/rs/src/bin/test_client.rs
@@ -54,7 +54,7 @@ fn main() {
fn run() -> thrift::Result<()> {
// unsupported options:
// --domain-socket
- // --named-pipe
+ // --pipe
// --anon-pipes
// --ssl
// --threads
diff --git a/test/rs/src/bin/test_server.rs b/test/rs/src/bin/test_server.rs
index 81c1ec704..d87ef7527 100644
--- a/test/rs/src/bin/test_server.rs
+++ b/test/rs/src/bin/test_server.rs
@@ -57,7 +57,7 @@ fn run() -> thrift::Result<()> {
// unsupported options:
// --domain-socket
- // --named-pipe
+ // --pipe
// --ssl
let matches = clap_app!(rust_test_client =>
(version: "1.0")