You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2023/06/02 10:00:40 UTC

[plc4x] branch develop updated: chore(plc4go): add small note on Jenkins fix [skip ci]

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

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new b031b118de chore(plc4go): add small note on Jenkins fix [skip ci]
b031b118de is described below

commit b031b118ded8fb09120ca714e68a4ccdf10ad190
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Fri Jun 2 12:00:33 2023 +0200

    chore(plc4go): add small note on Jenkins fix [skip ci]
---
 plc4go/spi/testutils/TestUtils.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plc4go/spi/testutils/TestUtils.go b/plc4go/spi/testutils/TestUtils.go
index 7bdd2926fc..c4a7fb80b3 100644
--- a/plc4go/spi/testutils/TestUtils.go
+++ b/plc4go/spi/testutils/TestUtils.go
@@ -110,6 +110,7 @@ func ProduceTestingLogger(t *testing.T) zerolog.Logger {
 		zerolog.NewConsoleWriter(
 			zerolog.ConsoleTestWriter(t),
 			func(w *zerolog.ConsoleWriter) {
+				// TODO: this is really an issue with go-junit-report not sanitizing output before dumping into xml...
 				onJenkins := os.Getenv("JENKINS_URL") != ""
 				if onJenkins {
 					w.NoColor = true