1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/22fb05ea1b47/ Changeset: 22fb05ea1b47 User: Dave Bouvier Date: 2013-08-02 19:13:07 Summary: Explicitly set the test_install_error in the automated testing framework when a repository installs and passes or fails functional tests. Affected #: 1 file diff -r 59243394031ab93acb5f76b2ea1ed10a6b685533 -r 22fb05ea1b47953070570e5622ea4e37ea87ac45 test/install_and_test_tool_shed_repositories/functional_tests.py --- a/test/install_and_test_tool_shed_repositories/functional_tests.py +++ b/test/install_and_test_tool_shed_repositories/functional_tests.py @@ -1057,6 +1057,7 @@ repositories_passed.append( dict( name=name, owner=owner, changeset_revision=changeset_revision ) ) params[ 'tools_functionally_correct' ] = True params[ 'do_not_test' ] = False + params[ 'test_install_error' ] = False register_test_result( galaxy_tool_shed_url, metadata_revision_id, repository_status, @@ -1108,6 +1109,7 @@ repositories_failed.append( dict( name=name, owner=owner, changeset_revision=changeset_revision ) ) set_do_not_test = not is_latest_downloadable_revision( galaxy_tool_shed_url, repository_info_dict ) params[ 'tools_functionally_correct' ] = False + params[ 'test_install_error' ] = False params[ 'do_not_test' ] = str( set_do_not_test ) register_test_result( galaxy_tool_shed_url, metadata_revision_id, 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.