Improve speed of e2e tests
This commit is contained in:
parent
10fc2548b4
commit
42e0c0abf7
7 changed files with 12 additions and 9 deletions
|
|
@ -55,7 +55,7 @@ func (f *Framework) NewIngressController(namespace string) error {
|
|||
execErr bytes.Buffer
|
||||
)
|
||||
|
||||
cmd := exec.Command("test/e2e/wait-for-nginx.sh", namespace)
|
||||
cmd := exec.Command("./wait-for-nginx.sh", namespace)
|
||||
cmd.Stdout = &execOut
|
||||
cmd.Stderr = &execErr
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue