6 ms·
Technically couldn't you just write a separate bash script that tests the exit status or return of anything you are scripting in bash? Feels like bringing in a
by zachgersh 11y ago
Technically couldn't you just write a separate bash script that tests the exit status or return of anything you are scripting in bash? Feels like bringing in any other "framework" would possibly just get in the way?
- notduncansmith 11y agoI think the GP was talking about tests written in Bash, not tests for Bash code.