Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
csmock: log the command that applies props.cswrap_filters
If `csgrep` fails to run in the host environment, it is not clear from the log how the failing command looked like, as for example: ``` [...] >>> 2023-09-25 11:14:00 "'/usr/bin/mock' '-r' 'default' '--plugin-option=tmpfs:keep_mounted=True' '--config-opts=print_main_output=True' '--quiet' '--shell' 'tar -c --remove-files '/builddir/cswrap-capture.err'' | tar -xC '/tmp/csmock09j0zm72/units-2.17-5.el8/debug/raw-results'" tar: Removing leading `/' from member names csgrep: symbol lookup error: csgrep: undefined symbol: _ZNK5boost15program_options22error_with_option_name23substitute_placeholdersERKSs csgrep: symbol lookup error: csgrep: undefined symbol: _ZNK5boost15program_options22error_with_option_name23substitute_placeholdersERKSs !!! 2023-09-25 11:14:01 error: failed to pick cswrap results ``` Closes: #123
- Loading branch information