diff options
| author | Paul Buetow <paul@buetow.org> | 2021-11-03 09:27:08 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-11-03 09:27:08 +0200 |
| commit | 64d54e69d0a3d1604fa910064a275659c8752b31 (patch) | |
| tree | 5802b4414bdec1fd6fbaa625f1499a6019ca3d33 /integrationtests/dcat_test.go | |
| parent | 426196c23fa4be59ad024f5d6891b1de047581f9 (diff) | |
Clarify the test
Diffstat (limited to 'integrationtests/dcat_test.go')
| -rw-r--r-- | integrationtests/dcat_test.go | 5 |
1 files changed, 2 insertions, 3 deletions
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) |
