mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 11:18:16 +00:00
Switch to use dry-run option to generate test spec
`dryRun` option is deprecated and will not be able to generate test spec. Signed-off-by: Dave Chen <dave.chen@arm.com>
This commit is contained in:
@@ -29,4 +29,4 @@ cd "${KUBE_ROOT}"
|
||||
hack/make-rules/build.sh github.com/onsi/ginkgo/v2/ginkgo test/e2e/e2e.test
|
||||
|
||||
# dump spec
|
||||
./_output/bin/ginkgo --dryRun=true --focus='[Conformance]' ./_output/bin/e2e.test -- --spec-dump "${KUBE_ROOT}/_output/specsummaries.json" > /dev/null
|
||||
./_output/bin/ginkgo --dry-run=true --focus='[Conformance]' ./_output/bin/e2e.test -- --spec-dump "${KUBE_ROOT}/_output/specsummaries.json" > /dev/null
|
||||
|
||||
Reference in New Issue
Block a user