Skip to content

Shell command invocation #13

Answered by bdd
lakemike asked this question in Q&A
Jan 31, 2021 · 1 comments · 4 replies
Discussion options

You must be logged in to vote

Runitor will copy both stdout and stderr to the ping body in v.0.6.0 unless commanded otherwise.

Can you tell me what version you're running? runitor -version would tell you. If you see runitor HEAD, it means you built a non-dist version yourself. It's fine but it would be easier for me to try to reproduce issues if you build from a tag, or even simpler use prebuilt binaries from releases https://github.com/bdd/runitor/releases/. 0.6.0 is the latest stable release.

Testing with 0.6.0:

% git switch -c v0.6.0
% ./scripts/build dist
% ./build/runitor-v0.6.0-darwin-amd64 -- bash -c "(echo out; echo foo; echo err >&2) | grep -v foo"
err
out

It worked as intended for the terminal output. We wa…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@lakemike
Comment options

@bdd
Comment options

@bdd
Comment options

@lakemike
Comment options

Answer selected by lakemike
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants