bat-extras
bat-extras copied to clipboard
batwatch --help test fail
% ./test.sh --failed
--------------------------------------------------------------------------------
| Test Suite: batwatch |
--------------------------------------------------------------------------------
[FAIL] help :: Exited with code 141.
Totals:
PASS: 2 / 3
FAIL: 1 / 3
If I do src/batwatch.sh --help, no problem.
Also tried src/batwatch.sh --help | grep -q 'Usage' gets me an exit code of 0
OS: Ubuntu 20.04
Shell: zsh (with oh-my-zsh)
Hmm. Odd, I can't seem to reproduce this. Is it still an issue on your machine?
Hello, I have the same problem, but it only happens in my CI build. If I do the exact same things my CI does manually in the same environment it doesn't happen. If I find out why this happens I will report here..!
Greetings Sebastian Elisa