Changeset 192474 in webkit


Ignore:
Timestamp:
Nov 16, 2015 9:31:38 AM (8 years ago)
Author:
Carlos Garcia Campos
Message:

Unreviewed. Fix GTK+ unit tests after r192469.

In r192469 jhbuild version was updated and coinfig lcas API changed.

  • jhbuild/jhbuildutils.py:

(enter_jhbuild_environment_if_available): Pass an empty list for
conditions to the Config constructor.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r192472 r192474  
     12015-11-16  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed. Fix GTK+ unit tests after r192469.
     4
     5        In r192469 jhbuild version was updated and coinfig lcas API changed.
     6
     7        * jhbuild/jhbuildutils.py:
     8        (enter_jhbuild_environment_if_available): Pass an empty list for
     9        conditions to the Config constructor.
     10
    1112015-11-16  Carlos Garcia Campos  <cgarcia@igalia.com>
    212
  • trunk/Tools/jhbuild/jhbuildutils.py

    r177147 r192474  
    4747        import jhbuild.config
    4848        from jhbuild.errors import FatalError
    49         config = jhbuild.config.Config(get_config_file_for_platform(platform))
     49        config = jhbuild.config.Config(get_config_file_for_platform(platform), [])
    5050    except FatalError, exception:
    5151        sys.stderr.write('Could not load jhbuild config file: %s\n' % exception.args[0])
Note: See TracChangeset for help on using the changeset viewer.