summaryrefslogtreecommitdiff
path: root/integrationtests/dserver_test.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-10-31 17:23:34 +0200
committerPaul Buetow <paul@buetow.org>2021-10-31 17:23:34 +0200
commitfeff2c21715ab75fdc27ab2a5dcc4d795c45bc17 (patch)
tree8151f9d6666f558719a096368e1ab686d0fbfad1 /integrationtests/dserver_test.go
parentb5ba67519a597758fa7b2ff3b40f75202717b581 (diff)
add dmap integration test with stdin input pipe
Diffstat (limited to 'integrationtests/dserver_test.go')
-rw-r--r--integrationtests/dserver_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/integrationtests/dserver_test.go b/integrationtests/dserver_test.go
index c985777..27ce773 100644
--- a/integrationtests/dserver_test.go
+++ b/integrationtests/dserver_test.go
@@ -27,7 +27,7 @@ func TestDServer(t *testing.T) {
defer cancel()
stdoutCh, stderrCh, cmdErrCh, err := startCommand(ctx, t,
- "../dserver",
+ "", "../dserver",
"--cfg", "dserver.cfg",
"--logger", "stdout",
"--logLevel", "info",
@@ -94,7 +94,7 @@ func TestDServer2(t *testing.T) {
}()
stdoutCh, stderrCh, cmdErrCh, err := startCommand(ctx, t,
- "../dserver",
+ "", "../dserver",
"--cfg", "dserver2.cfg",
"--logger", "stdout",
"--logLevel", "debug",