mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-14 02:20:53 +00:00
Helm chart generator exec plugin
This commit is contained in:
@@ -32,6 +32,11 @@ function testGoTest {
|
||||
go test -v ./...
|
||||
}
|
||||
|
||||
function testNoTravisGoTest {
|
||||
go test -v sigs.k8s.io/kustomize/pkg/target \
|
||||
-run TestChartInflatorExecPlugin -tags=notravis
|
||||
}
|
||||
|
||||
function testExamples {
|
||||
mdrip --mode test --label test README.md ./examples
|
||||
}
|
||||
@@ -83,6 +88,11 @@ echo "Beginning tests..."
|
||||
runTest testGoLangCILint
|
||||
runTest testGoTest
|
||||
|
||||
if [ -z ${TRAVIS+x} ]; then
|
||||
echo Not on travis, so running the notravis tests
|
||||
runTest testNoTravisGoTest
|
||||
fi
|
||||
|
||||
PATH=$HOME/go/bin:$PATH
|
||||
runTest testExamples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user