Fix remote_host_build.sh to pass shellcheck

pull/14201/head
Mehrdad Afshari 7 years ago
parent 52391111e3
commit 56e2384f0e
  1. 3
      tools/run_tests/performance/remote_host_build.sh

@ -15,7 +15,8 @@
set -ex
cd $(dirname $0)/../../..
cd "$(dirname "$0")/../../.."
# execute the build script remotely
# shellcheck disable=SC2029
ssh "${USER_AT_HOST}" "CONFIG=${CONFIG} ~/performance_workspace/grpc/tools/run_tests/performance/build_performance.sh $*"

Loading…
Cancel
Save