2 Commits

Author SHA1 Message Date
Richard W.M. Jones
1e0d615a88 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).

I also adjusted the valgrind parameters so they more closely match
those used by nbdkit.
2022-04-12 11:38:18 +01:00
Richard W.M. Jones
5f355c2952 Add back basic build environment.
Largely copied from original libguestfs.git.
2019-10-16 17:38:14 +01:00