Skip to content

Commit

Permalink
Update Makefile (#2020)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
newera-begins authored Mar 22, 2022
1 parent 80ca388 commit f63e65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f63e65c

Please sign in to comment.