1
This commit is contained in:
parent
21bff54ef2
commit
0d770716c6
1 changed files with 2 additions and 1 deletions
|
@ -22,8 +22,9 @@ report_error() {
|
|||
}
|
||||
|
||||
trap 'report_error $LINENO' ERR
|
||||
${WAIT_FOR_DEPLOYMENT} default-http-backend
|
||||
${WAIT_FOR_DEPLOYMENT} nginx-ingress-controller
|
||||
trap '' ERR
|
||||
|
||||
echo "Running tests..."
|
||||
go test -v k8s.io/ingress/controllers/nginx/e2e/... -run ^TestIngressSuite$ --args --alsologtostderr --v=10
|
||||
go test -v k8s.io/ingress/controllers/nginx/e2e/... -run ^TestIngressSuite$ --args --alsologtostderr --v=2
|
||||
|
|
Loading…
Reference in a new issue