The test_wrapper.sh is currently used to run the unit tests, but is not
limited to this. This is in fact a generic wrapper for any runnable,
which silence the output unless it fails.
This diff renames the script to better reflect its intent.
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rABC072de823ecf3: [CMAKE] Rename the test wrapper util
ninja check
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
run_silent is a pretty bad name, considering this is not running "silent". Running something silently is also not the only thing that this script is doing.