summaryrefslogtreecommitdiff
path: root/integrationtests
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2022-03-14 13:59:51 +0000
committerPaul Buetow <pbuetow@mimecast.com>2022-03-14 13:59:51 +0000
commitbee83cd299b3259790d62b9f22347498f70206b7 (patch)
tree6d2822385008a20845dd7b9fcb1f4cec012c94cc /integrationtests
parent1f10cafab36d6db860c2a684e0f6e27dce35034a (diff)
"append" now actually will append to an outfile now. previously we only added the syntax to the mapr query
Diffstat (limited to 'integrationtests')
-rw-r--r--integrationtests/dmap_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/integrationtests/dmap_test.go b/integrationtests/dmap_test.go
index d466d9f..346a872 100644
--- a/integrationtests/dmap_test.go
+++ b/integrationtests/dmap_test.go
@@ -65,7 +65,7 @@ func testDmap1(t *testing.T, query, subtestName string, usePipe bool) error {
"--cfg", "none",
"--query", query,
"--logger", "stdout",
- "--logLevel", "error",
+ "--logLevel", "info",
"--noColor")
} else {
stdoutCh, stderrCh, cmdErrCh, err = startCommand(ctx, t,
@@ -73,7 +73,7 @@ func testDmap1(t *testing.T, query, subtestName string, usePipe bool) error {
"--cfg", "none",
"--query", query,
"--logger", "stdout",
- "--logLevel", "error",
+ "--logLevel", "info",
"--noColor",
inFile)
}