diff options
| author | Paul Buetow <paul@buetow.org> | 2021-10-31 17:23:34 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-10-31 17:23:34 +0200 |
| commit | feff2c21715ab75fdc27ab2a5dcc4d795c45bc17 (patch) | |
| tree | 8151f9d6666f558719a096368e1ab686d0fbfad1 /integrationtests/dtail_test.go | |
| parent | b5ba67519a597758fa7b2ff3b40f75202717b581 (diff) | |
add dmap integration test with stdin input pipe
Diffstat (limited to 'integrationtests/dtail_test.go')
| -rw-r--r-- | integrationtests/dtail_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/integrationtests/dtail_test.go b/integrationtests/dtail_test.go index 6fa5308..0082843 100644 --- a/integrationtests/dtail_test.go +++ b/integrationtests/dtail_test.go @@ -35,7 +35,7 @@ func TestDTailWithServer(t *testing.T) { }() serverCh, _, _, err := startCommand(ctx, t, - "../dserver", + "", "../dserver", "--cfg", "none", "--logger", "stdout", "--logLevel", "info", @@ -49,7 +49,7 @@ func TestDTailWithServer(t *testing.T) { // MAYBETODO: In testmode, never read a config file (use none for all commands) clientCh, _, _, err := startCommand(ctx, t, - "../dtail", + "", "../dtail", "--cfg", "none", "--logger", "stdout", "--logLevel", "info", |
