Skip to content

Commit

Permalink
debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
saw-jan committed Sep 24, 2024
1 parent 0365890 commit ee904c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/gui/shared/scripts/helpers/SetupClientHelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ def unlock_keyring():
output = stdout.decode('utf-8')
if stderr:
output = stderr.decode('utf-8')
test.log(output)
if not output.strip().endswith('false'):
test.log('Unlocking keyring...')
password = os.getenv('VNC_PW')
Expand All @@ -244,6 +245,7 @@ def unlock_keyring():
output = stderr.decode('utf-8')
if returncode:
test.log(f'Failed to unlock keyring:\n{output}')
test.log(output)


def run_sys_command(command=None):
Expand Down

0 comments on commit ee904c8

Please sign in to comment.