[WK2] [GTK] WK2 testing bot unable to find the InjectedBundle library
authorsergio@webkit.org <sergio@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 4 Jul 2012 11:06:47 +0000 (11:06 +0000)
committersergio@webkit.org <sergio@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 4 Jul 2012 11:06:47 +0000 (11:06 +0000)
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.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@121840 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Tools/BuildSlaveSupport/built-product-archive
Tools/ChangeLog

index 7f86a5b..d5d7ed4 100644 (file)
@@ -144,7 +144,7 @@ def archiveBuiltProduct(configuration, platform):
         if platform == 'qt' or platform == 'efl':
             neededDirectories = ["bin", "lib"]
         elif platform == 'gtk':
-            neededDirectories = ["Programs", ".libs"]
+            neededDirectories = ["Programs", ".libs", "Libraries"]
 
         for dirname in neededDirectories:
             fromDir = os.path.join(configurationBuildDirectory, dirname, "*")
index 422255e..1202382 100644 (file)
@@ -1,5 +1,20 @@
 2012-07-04  Sergio Villar Senin  <svillar@igalia.com>
 
+        [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.
+
+2012-07-04  Sergio Villar Senin  <svillar@igalia.com>
+
         [GTK] WebKit2 testing bot unable to find the build directory
         https://bugs.webkit.org/show_bug.cgi?id=90523