Skip to content

Commit

Permalink
Use --quiet instead of --min-log-severity error within integratio…
Browse files Browse the repository at this point in the history
…n test.
  • Loading branch information
jonathanknowles committed Jun 21, 2019
1 parent b8241b3 commit 3c682a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/http-bridge/test/integration/js/mock-daedalus.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function main() {
const proc = child_process.spawn("stack",
["exec", "--", "cardano-wallet", "launch"]
.concat(args)
.concat(["--min-log-severity", "error"]),
.concat(["--quiet"]),
{ stdio: ["ignore", "inherit", "inherit", "ipc"] }
);

Expand Down

0 comments on commit 3c682a1

Please sign in to comment.