Skip to content

Commit

Permalink
Print stderr when running tests
Browse files Browse the repository at this point in the history
This is especially useful when the test fails and it is likely that the
`stderr` contains debugging info.
  • Loading branch information
wiktor-k committed Oct 23, 2024
1 parent fcacc94 commit 20aa493
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def mkosi(
check=check,
stdin=stdin,
stdout=sys.stdout,
stderr=sys.stderr,
user=user,
group=group,
env=os.environ,
Expand Down

0 comments on commit 20aa493

Please sign in to comment.