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:
dlorenc 2019-01-09 09:34:01 -08:00 committed by GitHub
parent 1591f41f22
commit ee2baf8025
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

4
benchmark.sh Normal file → Executable file
View File

@ -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