Skip to content

Commit

Permalink
tests: log stderr from upgrades-status-notify
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Dec 10, 2024
1 parent 817e9fe commit 9982ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qubes/tests/integ/vm_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ def upgrade_status_notify(self):
"""
self.loop.run_until_complete(
self.testvm1.run_for_stdio(
"/usr/lib/qubes/upgrades-status-notify",
"/usr/lib/qubes/upgrades-status-notify 2>/dev/console",
user="root",
)
)
Expand Down

0 comments on commit 9982ab3

Please sign in to comment.