Skip to content

Commit

Permalink
Pipe stderr on call
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Jan 23, 2025
1 parent 207298f commit c9204ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testlib/infra.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit c9204ec

Please sign in to comment.