Title: [121840] trunk/Tools
- Revision
- 121840
- Author
- [email protected]
- Date
- 2012-07-04 04:06:47 -0700 (Wed, 04 Jul 2012)
Log 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.
Modified Paths
Diff
Modified: trunk/Tools/BuildSlaveSupport/built-product-archive (121839 => 121840)
--- trunk/Tools/BuildSlaveSupport/built-product-archive 2012-07-04 09:02:41 UTC (rev 121839)
+++ trunk/Tools/BuildSlaveSupport/built-product-archive 2012-07-04 11:06:47 UTC (rev 121840)
@@ -144,7 +144,7 @@
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, "*")
Modified: trunk/Tools/ChangeLog (121839 => 121840)
--- trunk/Tools/ChangeLog 2012-07-04 09:02:41 UTC (rev 121839)
+++ trunk/Tools/ChangeLog 2012-07-04 11:06:47 UTC (rev 121840)
@@ -1,5 +1,20 @@
2012-07-04 Sergio Villar Senin <[email protected]>
+ [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 <[email protected]>
+
[GTK] WebKit2 testing bot unable to find the build directory
https://bugs.webkit.org/show_bug.cgi?id=90523
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes