1
This commit is contained in:
parent
8b5092bed6
commit
21bff54ef2
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ report_error() {
|
||||||
|
|
||||||
trap 'report_error $LINENO' ERR
|
trap 'report_error $LINENO' ERR
|
||||||
${WAIT_FOR_DEPLOYMENT} nginx-ingress-controller
|
${WAIT_FOR_DEPLOYMENT} nginx-ingress-controller
|
||||||
notrap
|
trap '' ERR
|
||||||
|
|
||||||
echo "Running tests..."
|
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=10
|
||||||
|
|
Loading…
Reference in a new issue