Add comments in several hack/verify-*.sh(s-v)

This commit is contained in:
Jin Hase
2020-01-21 19:10:46 +09:00
parent a7b4459cd1
commit 093fd4ab02
11 changed files with 40 additions and 1 deletions

View File

@@ -14,6 +14,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# This script checks whether mutable global feature gate is invocated correctly
# in `*_test.go` files.
# Usage: `hack/verify-test-featuregates.sh`.
set -o errexit
set -o nounset
set -o pipefail