diff options
| author | Paul Buetow <paul@buetow.org> | 2021-10-13 09:00:03 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-10-13 09:00:03 +0300 |
| commit | 7b873100d94ddc3c698a620cb83b61dcb2074303 (patch) | |
| tree | 7ecbbce3c7d7c52671b8cb26eb15260b529e9236 /integrationtests/dtail_test.go | |
| parent | a6098084f7150df34edecf1519386bd28a527361 (diff) | |
add another dcat integration test - catting 100 files at once
Diffstat (limited to 'integrationtests/dtail_test.go')
| -rw-r--r-- | integrationtests/dtail_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/integrationtests/dtail_test.go b/integrationtests/dtail_test.go index 79b5881..8e932a1 100644 --- a/integrationtests/dtail_test.go +++ b/integrationtests/dtail_test.go @@ -27,7 +27,7 @@ func TestDTailWithServer(t *testing.T) { } }() - serverCh, _, _, err := startCommand(ctx, + serverCh, _, _, err := startCommand(ctx, t, "../dserver", "--logger", "stdout", "--logLevel", "info", @@ -39,7 +39,7 @@ func TestDTailWithServer(t *testing.T) { return } - clientCh, _, _, err := startCommand(ctx, + clientCh, _, _, err := startCommand(ctx, t, "../dtail", "--logger", "stdout", "--logLevel", "devel", @@ -122,7 +122,7 @@ func TestDTailColorTable(t *testing.T) { stdoutFile := "dtailcolortable.stdout.tmp" expectedStdoutFile := "dtailcolortable.expected" - _, err := runCommand(context.TODO(), stdoutFile, "../dtail", "--colorTable") + _, err := runCommand(context.TODO(), t, stdoutFile, "../dtail", "--colorTable") if err != nil { t.Error(err) return |
