Title: [270266] trunk/Tools
- Revision
- 270266
- Author
- [email protected]
- Date
- 2020-11-30 14:23:00 -0800 (Mon, 30 Nov 2020)
Log Message
[build.webkit.org] Move old buildbot unittests to steps_unittest_old.py (follow-up fix)
https://bugs.webkit.org/show_bug.cgi?id=219364
<rdar://problem/71821157>
Unreviewed minor follow-up fix.
* CISupport/build-webkit-org/loadConfig_unittest.py:
Modified Paths
Diff
Modified: trunk/Tools/CISupport/build-webkit-org/loadConfig_unittest.py (270265 => 270266)
--- trunk/Tools/CISupport/build-webkit-org/loadConfig_unittest.py 2020-11-30 22:12:02 UTC (rev 270265)
+++ trunk/Tools/CISupport/build-webkit-org/loadConfig_unittest.py 2020-11-30 22:23:00 UTC (rev 270266)
@@ -97,7 +97,7 @@
if __name__ == '__main__':
- from steps_unittest import BuildBotConfigLoader
+ from steps_unittest_old import BuildBotConfigLoader
BuildBotConfigLoader()._add_dependent_modules_to_sys_modules()
import loadConfig
unittest.main()
Modified: trunk/Tools/ChangeLog (270265 => 270266)
--- trunk/Tools/ChangeLog 2020-11-30 22:12:02 UTC (rev 270265)
+++ trunk/Tools/ChangeLog 2020-11-30 22:23:00 UTC (rev 270266)
@@ -1,5 +1,15 @@
2020-11-30 Aakash Jain <[email protected]>
+ [build.webkit.org] Move old buildbot unittests to steps_unittest_old.py (follow-up fix)
+ https://bugs.webkit.org/show_bug.cgi?id=219364
+ <rdar://problem/71821157>
+
+ Unreviewed minor follow-up fix.
+
+ * CISupport/build-webkit-org/loadConfig_unittest.py:
+
+2020-11-30 Aakash Jain <[email protected]>
+
[build.webkit.org] Move old buildbot unittests to steps_unittest_old.py
https://bugs.webkit.org/show_bug.cgi?id=219364
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes