| Index: third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_exporter.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_exporter.py b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_exporter.py
|
| index d7f5b4de58e3a7336669c8ec0e8c52f8ca9d6a65..d23f73b21972aa8b4ff4f8355fe30e1b5a497901 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_exporter.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_exporter.py
|
| @@ -92,7 +92,9 @@ class TestExporter(object):
|
|
|
| local_branch_name = local_wpt.create_branch_with_patch(message, patch)
|
|
|
| - self.wpt_github.create_pr(
|
| + response_data = self.wpt_github.create_pr(
|
| local_branch_name=local_branch_name,
|
| desc_title=outbound_commit.subject(),
|
| body=outbound_commit.body())
|
| +
|
| + _log.info('Create PR response: %s', response_data)
|
|
|