Skip to content

Commit ca0c7c5

Browse files
committed
give me a nicer printout
1 parent f86a9f7 commit ca0c7c5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

integration-testing/http_client_canary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def run_command(args):
4646
raise RuntimeError("Return code {code} from: {cmd}".format(
4747
code=process.returncode, cmd=args_str))
4848
else:
49-
print(output)
49+
print(output.decode("utf-8"))
5050

5151

5252
run_command(canary_args)

tests/localhost/openssl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 1bf649b5998ac98511203f54ce954eccfaf75467

0 commit comments

Comments
 (0)