Skip to content

Commit

Permalink
buildscript: fix execution path of xds.sh in xds_v3.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dapengzhang0 committed Jan 20, 2021
1 parent ed106e1 commit 123904c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscripts/kokoro/xds_v3.sh
@@ -1,3 +1,3 @@
#!/bin/bash

XDS_V3_OPT="--xds_v3_support" xds.sh
XDS_V3_OPT="--xds_v3_support" `dirname $0`/xds.sh

0 comments on commit 123904c

Please sign in to comment.