summaryrefslogtreecommitdiff
path: root/maint/with_coverage.sh
Commit message (Collapse)AuthorAgeFilesLines
* with_coverage: port to work with mawkNick Mathewson2021-11-241-5/+7
| | | | The syntax is kinda minimal, but it seems to work okay.
* with_coverage: detect missing llvm-tools-previewNick Mathewson2021-11-241-0/+6
| | | | Applies a suggestion from @trinity-1686a
* with_coverage: include command log in index.htmlNick Mathewson2021-11-231-0/+16
| | | | | This is a slight kludge, but it helps a lot to keep track of what exactly was tested for coverage.
* with_coverage: Add flags to accumulate data over runs (or not)Nick Mathewson2021-11-231-2/+15
| | | | | | | | If the -c flag is provided, we _continue_ with the previous consensus_meta data (without deleting it). If the -s flag is provided, we _skip_ generating the final report (since we're going to be doing more profiling.)
* with_coverage: Don't try to delete absent directoriesNick Mathewson2021-11-231-2/+6
| | | | | If the directories are absent, then deleting them gives you a line in stderr, even if you do "rm -f foo || true".
* Let with_coverage take command-line flags.Nick Mathewson2021-11-231-8/+65
| | | | | | | | Now the shell is controlled by the presence of an -i flag, and can be combined with a command. This commit also adds usage messages and better reports for a couple of kinds of setup errors.
* with_coverage: Wipe coverage_meta at the start of each run.Nick Mathewson2021-11-231-0/+6
| | | | Also improve comments and stdout slightly...
* Add usage string from commit message to with_coverage.Nick Mathewson2021-11-231-0/+3
|
* add with_coverage scriptTrinity Pointard2021-11-231-0/+30
usage: with_coverage <command> [args...]: run <command> with [args...] with_coverage : run bash