From 3e302feefe5e33d3fec8c6b8b16fa2cd318506e1 Mon Sep 17 00:00:00 2001 From: Ross Bryan Date: Thu, 29 Sep 2022 16:50:31 -0400 Subject: [PATCH] add color back into e2es, easier to see pass/fails in ADO --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3ce4d5655..ceded499e 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 ?= -ginkgo.timeout 180m -test.v -ginkgo.v -ginkgo.no-color --ginkgo.flake-attempts=2 +E2E_FLAGS ?= -ginkgo.timeout 180m -test.v -ginkgo.v --ginkgo.flake-attempts=2 # fluentbit version must also be updated in RP code, see pkg/util/version/const.go FLUENTBIT_VERSION = 1.9.4-1