summaryrefslogtreecommitdiff
path: root/t/chainlint.pl
AgeCommit message (Expand)Author
2022-09-13chainlint: colorize problem annotations and test delimitersEric Sunshine
2022-09-01chainlint.pl: allow `|| echo` to signal failure upstream of a pipeEric Sunshine
2022-09-01chainlint.pl: complain about loops lacking explicit failure handlingEric Sunshine
2022-09-01chainlint.pl: don't flag broken &&-chain if failure indicated explicitlyEric Sunshine
2022-09-01chainlint.pl: don't flag broken &&-chain if `$?` handled explicitlyEric Sunshine
2022-09-01chainlint.pl: don't require `&` background command to end with `&&`Eric Sunshine
2022-09-01chainlint.pl: don't require `return|exit|continue` to end with `&&`Eric Sunshine
2022-09-01chainlint.pl: validate test scripts in parallelEric Sunshine
2022-09-01chainlint.pl: add parser to identify test definitionsEric Sunshine
2022-09-01chainlint.pl: add parser to validate testsEric Sunshine
2022-09-01chainlint.pl: add POSIX shell parserEric Sunshine
2022-09-01chainlint.pl: add POSIX shell lexical analyzerEric Sunshine
2022-09-01t: add skeleton chainlint.plEric Sunshine