Conversation
|
One problem here is all the command outputs now ends with the line |
Codecov Report
@@ Coverage Diff @@
## master #743 +/- ##
=======================================
Coverage 71.66% 71.66%
=======================================
Files 97 97
Lines 13798 13798
=======================================
Hits 9889 9889
Misses 3909 3909
Continue to review full report at Codecov.
|
f23b83a to
5d31c23
Compare
|
This depends on erlware/relx#855 |
|
Additionally this branch works with OTP 24 |
| clique:run(Cmd). | ||
| %% this is the contents of clique:run but | ||
| %% we want to figure out if the command worked | ||
| %% or not |
There was a problem hiding this comment.
This is ok for now but seems like it ought to be a new function in clique run_and_return_status/1 or something...
There was a problem hiding this comment.
yes, we should make an upstream PR
Related to helium/miner#567