diff options
author | Mehrdad Afshari <mmx@google.com> | 2018-01-26 11:34:10 -0800 |
---|---|---|
committer | Mehrdad Afshari <mmx@google.com> | 2018-01-26 12:16:28 -0800 |
commit | b882cb6b83317f69d8b18690fce8811f1b0b118d (patch) | |
tree | 8e6f7234636d6140b03beae1779108a33296c073 /tools | |
parent | 55850b7c13e4cb37b2342478f7a6e1a2cd83ef02 (diff) |
Fix run_netperf.sh to pass shellcheck
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/run_tests/performance/run_netperf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/performance/run_netperf.sh b/tools/run_tests/performance/run_netperf.sh index b415ede529..2a32051dac 100755 --- a/tools/run_tests/performance/run_netperf.sh +++ b/tools/run_tests/performance/run_netperf.sh @@ -15,7 +15,7 @@ set -ex -cd $(dirname $0)/../../.. +cd "$(dirname "$0")/../../.." netperf >netperf_latency.txt -P 0 -t TCP_RR -H "$NETPERF_SERVER_HOST" -- -r 1,1 -o P50_LATENCY,P90_LATENCY,P99_LATENCY |