summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/exit_code.c
Commit message (Collapse)AuthorAgeFilesLines
* clang-tidy: address readability-else-after-return lintBen Boeckel2020-04-131-1/+2
|
* execute_process: Add option to get results of every childAdam Weisi2017-06-101-0/+30
Add a `RESULTS_VARIABLE` option to get the results of all children in a pipeline of one or more `COMMAND`s.