Skip to content

Commit

Permalink
tests: even more logging in audio tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Dec 7, 2024
1 parent 1449910 commit 86dc173
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions qubes/tests/integ/audio.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,8 @@ def _configure_audio_recording(self, vm):
self.fail("no source-output found in {}".format(audiovm.name))
assert False

audiovm.log.critical(repr(source_outputs))

try:
output_index = [
s["index"]
Expand All @@ -312,6 +314,7 @@ def _configure_audio_recording(self, vm):
if not sources:
self.fail("no sources found in {}".format(audiovm.name))
assert False
audiovm.log.critical(repr(sources))

try:
source_index = [
Expand Down

0 comments on commit 86dc173

Please sign in to comment.