⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 269132 in webkit


Ignore:
Timestamp:
Oct 28, 2020, 5:10:26 PM (6 years ago)
Author:
aakash_jain@apple.com
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:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/CISupport/build-webkit-org/loadConfig_unittest.py

    r268935 r269132  
    2727import os
    2828import unittest
    29 
    30 import loadConfig
    3129
    3230
     
    10098
    10199if __name__ == '__main__':
     100    from steps_unittest import BuildBotConfigLoader
     101    BuildBotConfigLoader()._add_dependent_modules_to_sys_modules()
     102    import loadConfig
    102103    unittest.main()
  • trunk/Tools/ChangeLog

    r269130 r269132  
     12020-10-28  Aakash Jain  <aakash_jain@apple.com>
     2
     3        [build.webkit.org] loadConfig unittest fail depending on locally installed version of buildbot
     4        https://bugs.webkit.org/show_bug.cgi?id=218234
     5
     6        Reviewed by Jonathan Bedard.
     7
     8        * CISupport/build-webkit-org/loadConfig_unittest.py:
     9
    1102020-10-28  Aakash Jain  <aakash_jain@apple.com>
    211
Note: See TracChangeset for help on using the changeset viewer.