Hi, I'm using "prove" to run tests produced by shell scripts. These shell scripts should be tested with various shells. So, manually, prove -e sh -j9; prove -e bash -j9 etc.
Now, I'd like to run the tests in parallel for all the shells (that's where the bottleneck really is). I can see several options:
Where should I look?
In reply to prove: parallel multiple shells by almr
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |