commit/galaxy-central: inithello: Remove debug filtering.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/c823b1404fea/ Changeset: c823b1404fea User: inithello Date: 2013-05-04 15:07:50 Summary: Remove debug filtering. Affected #: 1 file diff -r d207aa915b9d89167858439df97bf385669b4a2d -r c823b1404fea2350d9c0b2d0ebc4965d7f9ffcb8 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 @@ -572,14 +572,7 @@ # it will record the result of the tests, and if any failed, the traceback and captured output of the tool that was run. # After all tests have completed, the repository is uninstalled, so that the previous test cases don't interfere with # the next repository's functional tests. - keep_skipping = True for repository_info_dict in detailed_repository_list: - if repository_info_dict[ 'name' ] == 'simsearch' and repository_info_dict[ 'changeset_revision' ] == '430f55978191': - keep_skipping = False - if keep_skipping: - continue - if repository_info_dict[ 'name' ] == 'sortmerna': - continue """ Each repository_info_dict looks something like: { 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)
-
commits-noreply@bitbucket.org