-
-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests/vm_qrexec_gui: do not swallow stderr on failure
QubesVM.run_for_stdio() by default captures stderr. In case of call fail (non-zero return code), captured stderr is included in the exception object, but isn't printed by default CalledProcessError message. Make it visible by: - handling CalledProcessError and including in the test failure message (when exception is captured already) - not capturing stderr (if no exception handling is present in the test) (cherry picked from commit 5423ead)
- Loading branch information
Showing
1 changed file
with
26 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters