From 64d54e69d0a3d1604fa910064a275659c8752b31 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 3 Nov 2021 09:27:08 +0200 Subject: Clarify the test --- integrationtests/dcat_test.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'integrationtests') diff --git a/integrationtests/dcat_test.go b/integrationtests/dcat_test.go index d07279a..b2a041c 100644 --- a/integrationtests/dcat_test.go +++ b/integrationtests/dcat_test.go @@ -78,9 +78,8 @@ func TestDCat3(t *testing.T) { args := []string{"--plain", "--logLevel", "error", "--cfg", "none", inFile} - // Split up long lines to smaller ones. - os.Setenv("DTAIL_MAX_LINE_LENGTH", "1000") - + // Notice, with DTAIL_INTEGRATION_TEST_RUN_MODE the DTail max line length is set + // to 1024! _, err := runCommand(context.TODO(), t, outFile, "../dcat", args...) if err != nil { t.Error(err) -- cgit v1.2.3