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/dtailhealth_test.go | |
| parent | b5ba67519a597758fa7b2ff3b40f75202717b581 (diff) | |
add dmap integration test with stdin input pipe
Diffstat (limited to 'integrationtests/dtailhealth_test.go')
| -rw-r--r-- | integrationtests/dtailhealth_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integrationtests/dtailhealth_test.go b/integrationtests/dtailhealth_test.go index b53c425..0dd15e8 100644 --- a/integrationtests/dtailhealth_test.go +++ b/integrationtests/dtailhealth_test.go @@ -70,7 +70,7 @@ func TestDTailHealthCheck3(t *testing.T) { defer cancel() _, _, _, err := startCommand(ctx, t, - "../dserver", + "", "../dserver", "--cfg", "none", "--logger", "stdout", "--logLevel", "trace", |
