From feff2c21715ab75fdc27ab2a5dcc4d795c45bc17 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 31 Oct 2021 17:23:34 +0200 Subject: add dmap integration test with stdin input pipe --- integrationtests/dtail_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'integrationtests/dtail_test.go') 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", -- cgit v1.2.3