diff --git a/kokoro/continuous.sh b/kokoro/continuous.sh index 982b7bb9ca..8b702a7475 100755 --- a/kokoro/continuous.sh +++ b/kokoro/continuous.sh @@ -21,7 +21,8 @@ set -e # Display commands to stderr. set -x -cd github/tink/ +# Change to repo root +cd git*/tink source ./kokoro/run_tests.sh diff --git a/kokoro/presubmit.sh b/kokoro/presubmit.sh index f4f8daad57..7a017c176c 100755 --- a/kokoro/presubmit.sh +++ b/kokoro/presubmit.sh @@ -21,6 +21,7 @@ set -e # Display commands to stderr. set -x -cd github/tink/ +# Change to repo root +cd git*/tink -source ./kokoro/run_tests.sh +./kokoro/run_tests.sh