summaryrefslogtreecommitdiff
path: root/integrationtests/dtail_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'integrationtests/dtail_test.go')
-rw-r--r--integrationtests/dtail_test.go4
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",