kubernetes / git-sync

A sidecar app which clones a git repo and keeps it in sync with the upstream.
Apache License 2.0
2.13k stars 406 forks source link

test_e2e.sh: Use index to expand FUNCNAME #901

Closed rul closed 1 week ago

rul commented 1 week ago

Fixes SC2128. Part of #891.

thockin commented 1 week ago

Thanks!

/lgtm /approve

k8s-ci-robot commented 1 week ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: rul, thockin

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubernetes/git-sync/blob/master/OWNERS)~~ [thockin] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
thockin commented 1 week ago

You could make make of these same changes to test_git.sh, too :)

rul commented 1 week ago

You could make make of these same changes to test_git.sh, too :)

Sounds good. Will do!