aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2016-02-24 10:29:22 -0800
committerGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2016-02-24 10:29:22 -0800
commit86b258c462c68a4efa66d3ad0eeacb5f7c7e9992 (patch)
treee65c4b605318bcfe182aca2e9eccbfb0906b9567
parentd3a7b609179644138ca1f68457f92cbd73bdeb53 (diff)
parent6483c32f7cfd10b4ae68d7d1e7f73d40af391f2f (diff)
Merge pull request #5388 from vjpai/bourne_again
Use traditional Bourne shell syntax for piping stdout and stderr
-rwxr-xr-xtest/cpp/qps/qps-sweep.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/qps-sweep.sh b/test/cpp/qps/qps-sweep.sh
index 7a35788849..9d3f053a7b 100755
--- a/test/cpp/qps/qps-sweep.sh
+++ b/test/cpp/qps/qps-sweep.sh
@@ -72,7 +72,7 @@ for secure in true false; do
--server_type=ASYNC_GENERIC_SERVER --outstanding_rpcs_per_channel=$deep \
--client_channels=$wide --bbuf_req_size=0 --bbuf_resp_size=0 \
--async_client_threads=0 --async_server_threads=0 --secure_test=$secure \
- --num_servers=1 --num_clients=0 |& tee /tmp/qps-test.$$
+ --num_servers=1 --num_clients=0 2>&1 | tee /tmp/qps-test.$$
# Scenario 2b: QPS with a single server core
"$bins"/opt/qps_driver --rpc_type=STREAMING --client_type=ASYNC_CLIENT \