Skip to content

Commit

Permalink
UPSTREAM: <drop>: temporary hack: remove -report-dir so that reports …
Browse files Browse the repository at this point in the history
…aren't causing problems when auto-attached by ginkgo
  • Loading branch information
soltysh committed Aug 23, 2022
1 parent 957dfcd commit 67d02cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openshift-hack/test-kubernetes-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ ginkgo \
--output-interceptor-mode=none \
-nodes "${NODES}" -no-color ${KUBE_E2E_TEST_ARGS} \
"$( which k8s-e2e.test )" -- \
-report-dir "${test_report_dir}" \
-host "${SERVER}" \
-allowed-not-ready-nodes ${unschedulable} \
2>&1 | tee -a "${test_report_dir}/k8s-e2e.log"

0 comments on commit 67d02cd

Please sign in to comment.