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
- Branch
- cmake_exe_wrapper
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 12764 Build 25601: Build Diff build-clang-tidy · build-clang-10 · build-without-wallet · build-diff Build 25600: arc lint + arc unit
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.