commit/galaxy-central: carlfeberhard: functional_tests.py: add debugging statement for app config
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/32fc25b89000/ changeset: 32fc25b89000 user: carlfeberhard date: 2013-02-19 20:31:56 summary: functional_tests.py: add debugging statement for app config affected #: 1 file diff -r 973b8d73409ff4ebc33cc3ff6faf172417fb1978 -r 32fc25b8900059f63b0d41d52aa582f06426928c scripts/functional_tests.py --- a/scripts/functional_tests.py +++ b/scripts/functional_tests.py @@ -84,7 +84,6 @@ global_conf.update( get_static_settings() ) return global_conf - def parse_tool_panel_config( config, shed_tools_dict ): """ Parse a shed-related tool panel config to generate the shed_tools_dict. This only happens when testing tools installed from the tool shed. @@ -293,6 +292,7 @@ kwargs[ 'object_store' ] = 'distributed' kwargs[ 'distributed_object_store_config_file' ] = 'distributed_object_store_conf.xml.sample' # Build the Universe Application + log.debug( 'app.kwargs:\n%s', pprint.pformat( kwargs ) ) app = UniverseApplication( job_queue_workers = 5, id_secret = 'changethisinproductiontoo', template_path = "templates", Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket