You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: Don't write valgrind log files to tmp/ directory
Inherited from libguestfs, we wrote valgrind log files into the tmp/
directory during tests. However this makes it very difficult to
connect a particular log file to a particular failing test. As with
nbdkit let's just write the valgrind output to stderr, where it will
end up in the test log file (ie. tests/test-suite.log or tests/*.log).
Cherry picked from virt-v2v commit 1e0d615a883e4056b757d041a1ad1bbd39df3b3c.
I did not include the extra changes to the valgrind command line
(especially --show-leak-kinds=all) since that complicates the output.
0 commit comments