From c9204ec98e70b2c3691b0d1deaa12d209301ade0 Mon Sep 17 00:00:00 2001 From: mulhern Date: Thu, 23 Jan 2025 14:12:40 -0500 Subject: [PATCH] Pipe stderr on call Signed-off-by: mulhern --- testlib/infra.py | 1 + 1 file changed, 1 insertion(+) diff --git a/testlib/infra.py b/testlib/infra.py index 2e84f1a..2abdab0 100644 --- a/testlib/infra.py +++ b/testlib/infra.py @@ -296,6 +296,7 @@ def run_check(self, stop_time): # pylint: disable=too-many-locals temp_file.name, ], stdout=subprocess.PIPE, + stderr=subprocess.PIPE, ) as proc: (stdoutdata, stderrdata) = proc.communicate() self.assertEqual(