1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/86fbf6e15f79/ changeset: 86fbf6e15f79 user: greg date: 2012-11-08 17:41:21 summary: Add the shed_tool_data_table_config to the functional test's app. affected #: 1 file diff -r 762d4010a9a534ce5237d7a0bb6d317a9d9501ac -r 86fbf6e15f791d62f7a2472d9987577011aa9a8c scripts/functional_tests.py --- a/scripts/functional_tests.py +++ b/scripts/functional_tests.py @@ -169,6 +169,7 @@ tool_data_table_config_path = 'tool_data_table_conf.test.xml' else: tool_data_table_config_path = 'tool_data_table_conf.xml' + shed_tool_data_table_config = 'shed_tool_data_table_conf.xml' tool_dependency_dir = os.environ.get( 'GALAXY_TOOL_DEPENDENCY_DIR', None ) use_distributed_object_store = os.environ.get( 'GALAXY_USE_DISTRIBUTED_OBJECT_STORE', False ) @@ -266,6 +267,7 @@ tool_parse_help = False, test_conf = "test.conf", tool_data_table_config_path = tool_data_table_config_path, + shed_tool_data_table_config = shed_tool_data_table_config, log_destination = "stdout", use_heartbeat = False, allow_user_creation = True, 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.