Merge pull request #876 from runcom/redir-stderr-to-stdout
contrib: test: redirect stderr to stdout
This commit is contained in:
commit
0f8cce1a4f
1 changed files with 1 additions and 1 deletions
|
@ -511,7 +511,7 @@
|
||||||
# So, we'll change it to "e2e.log", some day...
|
# So, we'll change it to "e2e.log", some day...
|
||||||
- name: run e2e tests
|
- name: run e2e tests
|
||||||
shell: |
|
shell: |
|
||||||
go run hack/e2e.go -v --test -test_args="-host=https://{{ ansible_default_ipv4.address }}:6443 --ginkgo.focus=\[Conformance\]" >> node-e2e.log
|
go run hack/e2e.go -v --test -test_args="-host=https://{{ ansible_default_ipv4.address }}:6443 --ginkgo.focus=\[Conformance\]" 2>&1 > node-e2e.log
|
||||||
args:
|
args:
|
||||||
chdir: /root/src/k8s.io/kubernetes
|
chdir: /root/src/k8s.io/kubernetes
|
||||||
async: 7200
|
async: 7200
|
||||||
|
|
Loading…
Reference in a new issue