Changeset 121840 in webkit


Ignore:
Timestamp:
Jul 4, 2012 4:06:47 AM (12 years ago)
Author:
sergio@webkit.org
Message:

[WK2] [GTK] WK2 testing bot unable to find the InjectedBundle library
https://bugs.webkit.org/show_bug.cgi?id=90541

Reviewed by Carlos Garcia Campos.

We must add the contents of WebKitBuild/*/Libraries/ directory to
the file to be uploaded to b.w.o to successfully run WebKit2 tests
in the WebKit2 testing bot.

  • BuildSlaveSupport/built-product-archive:

(archiveBuiltProduct): appended Libraries to the list of
neededDirectories.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/BuildSlaveSupport/built-product-archive

    r121802 r121840  
    145145            neededDirectories = ["bin", "lib"]
    146146        elif platform == 'gtk':
    147             neededDirectories = ["Programs", ".libs"]
     147            neededDirectories = ["Programs", ".libs", "Libraries"]
    148148
    149149        for dirname in neededDirectories:
  • trunk/Tools/ChangeLog

    r121837 r121840  
     12012-07-04  Sergio Villar Senin  <svillar@igalia.com>
     2
     3        [WK2] [GTK] WK2 testing bot unable to find the InjectedBundle library
     4        https://bugs.webkit.org/show_bug.cgi?id=90541
     5
     6        Reviewed by Carlos Garcia Campos.
     7
     8        We must add the contents of WebKitBuild/*/Libraries/ directory to
     9        the file to be uploaded to b.w.o to successfully run WebKit2 tests
     10        in the WebKit2 testing bot.
     11
     12        * BuildSlaveSupport/built-product-archive:
     13        (archiveBuiltProduct): appended Libraries to the list of
     14        neededDirectories.
     15
    1162012-07-04  Sergio Villar Senin  <svillar@igalia.com>
    217
Note: See TracChangeset for help on using the changeset viewer.