diff --git a/kokoro/continuous.sh b/kokoro/continuous.sh index 982b7bb9ca6abe9fb84ab053e7d6065171de4e8d..8b702a747580fca51a5136b354bec8187cb5a399 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 f4f8daad57c2a09a080faa8e31aef01e3782eeaa..7a017c176c8ce3f8afb093003876f5e60a3eb232 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