Skip to content

Commit

Permalink
Merge #581
Browse files Browse the repository at this point in the history
581: Fix args for running from cabal r=CodiePP a=karknu

Issue
-----------
#582


checklist
---------
- [*] This PR contains all the work required to resolve the linked issue.

- [] This PR results in breaking changes to upstream dependencies.

- [*] The work contained has sufficient documentation to describe what it does and how to do it.

- [*] The work has sufficient tests and/or testing.

- [*] I have committed clear and descriptive commits. Be considerate as somebody else will have to read these.

- [] I have added the appropriate labels to this PR.


Co-authored-by: Karl Knutsson <[email protected]>
  • Loading branch information
iohk-bors[bot] and karknu authored Feb 18, 2020
2 parents afcb74d + c963f3d commit 45447ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarking/cluster3nodes/run-3node-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [ -z "${TMUX}" ]; then
exit 1
fi

RUNNER=${RUNNER:-cabal v2-run -v0}
RUNNER=${RUNNER:-cabal v2-exec -v0}
CMD="${RUNNER} cardano-node --"

# VERBOSITY="--tracing-verbosity-minimal"
Expand Down

0 comments on commit 45447ff

Please sign in to comment.