Changeset 85776 in webkit


Ignore:
Timestamp:
May 4, 2011 12:19:49 PM (13 years ago)
Author:
Ademar Reis
Message:

2011-05-04 Ademar de Souza Reis Jr. <Ademar Reis>

Reviewed by Csaba Osztrogonác.

[Qt] run-qtwebkit-tests misses exec bit
https://bugs.webkit.org/show_bug.cgi?id=60188

Also removing an unecessary import (mostly to let this bugfix goes
through the system, as this is just a chmod).

  • Scripts/run-qtwebkit-tests:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r85768 r85776  
     12011-05-04  Ademar de Souza Reis Jr.  <ademar.reis@openbossa.org>
     2
     3        Reviewed by Csaba Osztrogonác.
     4
     5        [Qt] run-qtwebkit-tests misses exec bit
     6        https://bugs.webkit.org/show_bug.cgi?id=60188
     7
     8        Also removing an unecessary import (mostly to let this bugfix goes
     9        through the system, as this is just a chmod).
     10
     11        * Scripts/run-qtwebkit-tests:
     12
    1132011-05-04  Adam Barth  <abarth@webkit.org>
    214
  • trunk/Tools/Scripts/run-qtwebkit-tests

    • Property svn:executable set to *
    r79859 r85776  
    2323import sys
    2424import os
    25 import os.path
    2625import re
    2726import logging
Note: See TracChangeset for help on using the changeset viewer.