Fix run_worker_csharp.sh to pass shellcheck

pull/14201/head
Mehrdad Afshari 7 years ago
parent b97d2a5770
commit e3564c0a17
  1. 4
      tools/run_tests/performance/run_worker_csharp.sh

@ -15,9 +15,9 @@
set -ex
cd $(dirname $0)/../../..
cd "$(dirname "$0")/../../.."
# needed to correctly locate testca
cd src/csharp/Grpc.IntegrationTesting.QpsWorker/bin/Release/netcoreapp1.0
dotnet exec Grpc.IntegrationTesting.QpsWorker.dll $@
dotnet exec Grpc.IntegrationTesting.QpsWorker.dll "$@"

Loading…
Cancel
Save