From c9672671db01c4465b0d8b6accfe86a7d49d1261 Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Sat, 9 Sep 2017 18:13:56 +0200 Subject: [PATCH] contrib: test: redirect stderr to stdout Signed-off-by: Antonio Murdaca --- contrib/test/crio-integration-playbook.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/test/crio-integration-playbook.yaml b/contrib/test/crio-integration-playbook.yaml index 67e20f49..894a9fff 100644 --- a/contrib/test/crio-integration-playbook.yaml +++ b/contrib/test/crio-integration-playbook.yaml @@ -511,7 +511,7 @@ # So, we'll change it to "e2e.log", some day... - name: run e2e tests 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: chdir: /root/src/k8s.io/kubernetes async: 7200