Skip to content

Commit e8396a5

Browse files
Don't try to create the target file as a directory
Co-authored-by: Sergii Tkachenko <[email protected]>
1 parent f844ca3 commit e8396a5

File tree

1 file changed

+1
-1
lines changed
  • packages/grpc-js-xds/scripts

1 file changed

+1
-1
lines changed

packages/grpc-js-xds/scripts/xds.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ git clone -b master --single-branch --depth=1 https://github.com/grpc/grpc.git
4848

4949
grpc/tools/run_tests/helper_scripts/prep_xds.sh
5050

51-
mkdir -p "${KOKORO_ARTIFACTS_DIR}/grpc/reports/prof.log"
51+
mkdir -p "${KOKORO_ARTIFACTS_DIR}/grpc/reports"
5252

5353
GRPC_NODE_TRACE=xds_client,xds_resolver,cds_balancer,eds_balancer,priority,weighted_target,round_robin,resolving_load_balancer,subchannel,keepalive,dns_resolver,fault_injection,http_filter,csds \
5454
GRPC_NODE_VERBOSITY=DEBUG \

0 commit comments

Comments
 (0)