10000 GHA: debug failures · davedoesdev/python-jwt@f28924b · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Nov 13, 2023. It is now read-only.

Commit f28924b

Browse files
committed
GHA: debug failures
1 parent 9e59304 commit f28924b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/jose_interop_vows.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ def spawn(cmd, parse_json):
2020
(stdout, stderr) = p.communicate()
2121
stdout = stdout.decode('utf-8')
2222
stderr = stderr.decode('utf-8')
23+
print("stdout: %s" % stdout)
24+
print("stderr: %s" % stderr)
25+
print("returncode: %d" % p.returncode)
2326
if p.returncode == 0:
2427
return json_decode(stdout) if parse_json else stdout
2528
raise Exception(stderr if stderr else ('exited with {}'.format(p.returncode)))

0 commit comments

Comments
 (0)
0