Set the absolute path of the integration-test.sh script. (#512)
Kokoro runs with a working directory outside of the repo.
This commit is contained in:
parent
1591f41f22
commit
ee2baf8025
|
|
@ -14,5 +14,7 @@
|
||||||
|
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -ex
|
set -ex
|
||||||
|
script_name=$0
|
||||||
|
script_full_path=$(dirname "$0")
|
||||||
export BENCHMARK=true
|
export BENCHMARK=true
|
||||||
./integration-test.sh
|
./${script_full_path}/integration-test.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue