mirror of
https://github.com/restic/restic.git
synced 2025-10-27 05:30:50 +00:00
Update vendored library cloud.google.com/go
This commit is contained in:
13
vendor/cloud.google.com/go/profiler/integration-test.sh
generated
vendored
13
vendor/cloud.google.com/go/profiler/integration-test.sh
generated
vendored
@@ -7,19 +7,6 @@ set -eo pipefail
|
||||
set -x
|
||||
|
||||
cd git/gocloud
|
||||
|
||||
# Run test only if profiler directory is touched.
|
||||
profiler_test=false
|
||||
for f in $(git diff-tree --no-commit-id --name-only -r HEAD); do
|
||||
if [[ "$(dirname $f)" == "profiler" ]]; then
|
||||
profiler_test=true
|
||||
fi
|
||||
done
|
||||
|
||||
if [[ "$profiler_test" = false ]]; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
COMMIT=$(git rev-parse HEAD)
|
||||
|
||||
# Set $GOPATH
|
||||
|
||||
Reference in New Issue
Block a user