cloud-hypervisor/test_infra
Sebastien Boeuf 5810e3bee8 test_infra: Enhance error reporting related to pipe resizing
Whenever starting a test with the capture_output option, both stdout and
stderr pipes are resized to a greater capacity. But the problem is that
when the system call fcntl() fails, we need to know about the error
returned by the system so that we can apply the necessary changes.

This patch simply enhances the error checking and reporting related to
the invocation of fcntl() when trying to resize a pipe.

Refers to #4475

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2022-08-10 14:39:42 +01:00
..
src test_infra: Enhance error reporting related to pipe resizing 2022-08-10 14:39:42 +01:00
Cargo.toml build: bump libc from 0.2.127 to 0.2.129 2022-08-10 09:11:29 +00:00