Re: [PATCH] tests: output PATH value in log files

2019-09-03 Thread Bernhard Voelker
On 9/3/19 5:40 PM, James Youngman wrote: > Thanks for doing this, the patch looks good. Thanks for the review, pushed at: https://git.sv.gnu.org/cgit/findutils.git/commit/?id=74d0afd581 Have a nice day, Berny

Re: [PATCH] tests: output PATH value in log files

2019-09-03 Thread James Youngman
Thanks for doing this, the patch looks good.

[PATCH] tests: output PATH value in log files

2019-09-03 Thread Bernhard Voelker
Adjust the PATH variable for the test setup a bit later, i.e., after 'tests/init.sh' has turned on 'set -x', so that the PATH value appears in the test logfiles. * init.cfg (fu_path_prepend_): Wrap immediate path_prepend_ call into this new function. * tests/find/debug-missing-arg.sh: Use it - rig