diff options
author | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2016-02-24 10:29:22 -0800 |
---|---|---|
committer | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2016-02-24 10:29:22 -0800 |
commit | 86b258c462c68a4efa66d3ad0eeacb5f7c7e9992 (patch) | |
tree | e65c4b605318bcfe182aca2e9eccbfb0906b9567 /test/cpp/qps | |
parent | d3a7b609179644138ca1f68457f92cbd73bdeb53 (diff) | |
parent | 6483c32f7cfd10b4ae68d7d1e7f73d40af391f2f (diff) |
Merge pull request #5388 from vjpai/bourne_again
Use traditional Bourne shell syntax for piping stdout and stderr
Diffstat (limited to 'test/cpp/qps')
-rwxr-xr-x | test/cpp/qps/qps-sweep.sh | 2 |
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 \ |