summaryrefslogtreecommitdiffstats
path: root/src/test/test-tpm2.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-10-15TEST-13-NSPAWN: several cleanupsYu Watanabe1-9/+7
- suppress unnecessary error messages, especially in loop and at_exit(), - ensure the container service is stopped before restarting, - do not send KILL signal, as garbages will remain, and disturb the next invocation, - drop unnecessary workaround of trying machine twice.
2024-10-15machine: trivial coding style cleanupsYu Watanabe1-8/+4
2024-10-15machine: fix memleak in vl_method_list_images()Yu Watanabe1-2/+4
Fixes an issue in fb0ea6a6a36b5fa97e6c57d608bb9f7acb63c8b2.
2024-10-15machine: lookup_machine_by_name_or_pid() may return 1 on error and it is ↵Yu Watanabe3-7/+9
already replied Follow-ups for 1bd979dddbb6ed3ffe410d78a7ff80cbb1c42a64 and later commits. Fixes #34764.