You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2019/12/12 13:30:09 UTC

[camel-k] branch master updated (5b0754b -> d2e4739)

This is an automated email from the ASF dual-hosted git repository.

nferraro pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git.


    from 5b0754b  Fix #1120: fix imports
     add d2c91b3  chore(ci): dump namespace when tests fail in CI
     add ef9d026  chore(ci): rebase dumper
     add d2e4739  Fix #1125: fix test logging

No new revisions were added by this update.

Summary of changes:
 e2e/backward_compat_test.go  |  4 +--
 e2e/build_test.go            |  3 +-
 e2e/client_test.go           |  5 +--
 e2e/docker_hub_test.go       |  3 +-
 e2e/github_packages_test.go  |  3 +-
 e2e/install_test.go          | 12 +++----
 e2e/knative_test.go          | 18 +++++-----
 e2e/platformless_run_test.go |  3 +-
 e2e/run_test.go              |  3 +-
 e2e/tekton_test.go           |  4 +--
 e2e/test_support.go          | 24 ++++++++++---
 e2e/upgrade_test.go          |  6 ++--
 e2e/util/dump.go             | 85 ++++++++++++++++++++++++++++++++++++++++++++
 script/Makefile              |  4 +--
 14 files changed, 129 insertions(+), 48 deletions(-)
 create mode 100644 e2e/util/dump.go