Title: [269132] trunk/Tools
- Revision
- 269132
- Author
- [email protected]
- Date
- 2020-10-28 17:10:26 -0700 (Wed, 28 Oct 2020)
Log Message
[build.webkit.org] loadConfig unittest fail depending on locally installed version of buildbot
https://bugs.webkit.org/show_bug.cgi?id=218234
Reviewed by Jonathan Bedard.
* CISupport/build-webkit-org/loadConfig_unittest.py:
Modified Paths
Diff
Modified: trunk/Tools/CISupport/build-webkit-org/loadConfig_unittest.py (269131 => 269132)
--- trunk/Tools/CISupport/build-webkit-org/loadConfig_unittest.py 2020-10-29 00:10:05 UTC (rev 269131)
+++ trunk/Tools/CISupport/build-webkit-org/loadConfig_unittest.py 2020-10-29 00:10:26 UTC (rev 269132)
@@ -27,9 +27,7 @@
import os
import unittest
-import loadConfig
-
class ConfigDotJSONTest(unittest.TestCase):
def get_config(self):
cwd = os.path.dirname(os.path.abspath(__file__))
@@ -99,4 +97,7 @@
if __name__ == '__main__':
+ from steps_unittest import BuildBotConfigLoader
+ BuildBotConfigLoader()._add_dependent_modules_to_sys_modules()
+ import loadConfig
unittest.main()
Modified: trunk/Tools/ChangeLog (269131 => 269132)
--- trunk/Tools/ChangeLog 2020-10-29 00:10:05 UTC (rev 269131)
+++ trunk/Tools/ChangeLog 2020-10-29 00:10:26 UTC (rev 269132)
@@ -1,5 +1,14 @@
2020-10-28 Aakash Jain <[email protected]>
+ [build.webkit.org] loadConfig unittest fail depending on locally installed version of buildbot
+ https://bugs.webkit.org/show_bug.cgi?id=218234
+
+ Reviewed by Jonathan Bedard.
+
+ * CISupport/build-webkit-org/loadConfig_unittest.py:
+
+2020-10-28 Aakash Jain <[email protected]>
+
[build.webkit.org] Use -q and -o while unzipping layout-test-results.zip
https://bugs.webkit.org/show_bug.cgi?id=218230
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes