Fix resolver_gce_integration_tests_defs.include to pass shellcheck

pull/14360/head
Mehrdad Afshari 7 years ago
parent 4c959bab8a
commit 3ce5b53f61
  1. 2
      templates/test/cpp/naming/resolver_gce_integration_tests_defs.include

@ -24,7 +24,7 @@ elif [[ "$GRPC_DNS_RESOLVER" != ares ]]; then
exit 1
fi
cd $(dirname $0)/../../..
cd "$(dirname "$0")/../../.."
if [[ "$CONFIG" == "" ]]; then
export CONFIG=opt

Loading…
Cancel
Save