mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
End to End tests framework
This commit is contained in:
13
hack/testExamplesE2EAgainstKustomize.sh
Executable file
13
hack/testExamplesE2EAgainstKustomize.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# Copyright 2019 The Kubernetes Authors.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
set -o nounset
|
||||
set -o errexit
|
||||
set -o pipefail
|
||||
|
||||
mdrip --blockTimeOut 60m0s --mode test \
|
||||
--label testE2EAgainstLatestRelease examples
|
||||
|
||||
echo "Example e2e tests passed against ${version}."
|
||||
Reference in New Issue
Block a user