From f63e65c294e600d76dec3f21b9039abbf71ae85f Mon Sep 17 00:00:00 2001 From: Neeraj Bhatt Date: Wed, 23 Mar 2022 04:26:45 +0530 Subject: [PATCH] Update Makefile (#2020) The ARO-RP returns special characters in color encoding special character, which is not decoded as of now. This change removes the color encoding characters by default in e2e tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d79a24eb039..9879be23859 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ SHELL = /bin/bash TAG ?= $(shell git describe --exact-match 2>/dev/null) COMMIT = $(shell git rev-parse --short=7 HEAD)$(shell [[ $$(git status --porcelain) = "" ]] || echo -dirty) ARO_IMAGE_BASE = ${RP_IMAGE_ACR}.azurecr.io/aro -E2E_FLAGS ?= -test.timeout 180m -test.v -ginkgo.v +E2E_FLAGS ?= -test.timeout 180m -test.v -ginkgo.v -ginkgo.noColor # fluentbit version must also be updated in RP code, see pkg/util/version/const.go FLUENTBIT_VERSION = 1.7.8-1