Bug 157021 - Fix text in log files autogenerated by import-w3c-tests
Summary: Fix text in log files autogenerated by import-w3c-tests
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-25 21:26 PDT by Ryosuke Niwa
Modified: 2016-04-26 15:15 PDT (History)
2 users (show)

See Also:


Attachments
Fixes the text (1.89 KB, patch)
2016-04-25 21:27 PDT, Ryosuke Niwa
cdumez: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2016-04-25 21:26:42 PDT
Fix text in log files autogenerated by import-w3c-tests
Comment 1 Ryosuke Niwa 2016-04-25 21:27:33 PDT
Created attachment 277331 [details]
Fixes the text
Comment 2 Ryosuke Niwa 2016-04-25 21:28:44 PDT
I hate the fact I've spent two minutes writing this stupid patch but whatever.  Let's fix this for good.  I'm extremely annoyed that I even had to even spend any second thinking about this.
Comment 3 Ryosuke Niwa 2016-04-25 21:29:14 PDT
Committed r200073: <http://trac.webkit.org/changeset/200073>
Comment 4 Darin Adler 2016-04-26 09:12:38 PDT
Comment on attachment 277331 [details]
Fixes the text

View in context: https://bugs.webkit.org/attachment.cgi?id=277331&action=review

> Tools/Scripts/webkitpy/w3c/test_importer.py:494
>          import_log.append('Then run the Tools/Scripts/import-w3c-tests in Webkit to reimport\n\n')

WebKit
Comment 5 Ryosuke Niwa 2016-04-26 15:15:31 PDT
Committed r200109: <http://trac.webkit.org/changeset/200109>