mirror of https://github.com/knative/client.git
Debug: Create a test namespace to see if its skipped
This commit is contained in:
parent
2b48afce56
commit
8b45fcef4d
|
|
@ -52,6 +52,7 @@ run() {
|
|||
integration_test() {
|
||||
header "Running tests for Knative Serving $KNATIVE_SERVING_VERSION and Eventing $KNATIVE_EVENTING_VERSION"
|
||||
|
||||
kubectl create namespace kne2etests0
|
||||
go_test_e2e -timeout=45m ./test/e2e || fail_test
|
||||
}
|
||||
|
||||
|
|
@ -92,4 +93,4 @@ smoke_test() {
|
|||
}
|
||||
|
||||
# Fire up
|
||||
run $@
|
||||
run $@
|
||||
|
|
|
|||
Loading…
Reference in New Issue