summaryrefslogtreecommitdiff
path: root/integrationtests/dmap_test.go
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2021-10-21 20:53:30 +0300
committerPaul Buetow <pbuetow@mimecast.com>2021-10-21 20:53:30 +0300
commit3f5672291c14da1dd3d5699867a286e2d53d26b9 (patch)
treea3c0d61dada16f02dbb17eeee53e4b8fde7410a1 /integrationtests/dmap_test.go
parentb679462fa687b375ccefd3c11fec3fd96b9b4d60 (diff)
add inventory
Diffstat (limited to 'integrationtests/dmap_test.go')
-rw-r--r--integrationtests/dmap_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/integrationtests/dmap_test.go b/integrationtests/dmap_test.go
index 350ac6a..7d8b8b5 100644
--- a/integrationtests/dmap_test.go
+++ b/integrationtests/dmap_test.go
@@ -101,7 +101,7 @@ func TestDMap3(t *testing.T) {
"outfile %s", csvFile)
// Read many input files at once.
- args := []string{"--logLevel", "trace", "--query", query}
+ args := []string{"--logLevel", "trace", "--pprof", "localhost:8080", "--query", query}
for i := 0; i < 100; i++ {
args = append(args, inFile)
}