1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/1d9da5a9edfa/ Changeset: 1d9da5a9edfa User: jmchilton Date: 2015-02-11 18:15:21+00:00 Summary: Fix incorrect constant pointed out by Nicola. https://bitbucket.org/galaxy/galaxy-central/pull-request/664/remove-test-dat.... Affected #: 1 file diff -r 86ac99a2896b87915e35b81db1320fdfe73bf556 -r 1d9da5a9edfa536e8755ecafdb9f7a23694d6761 test/base/test_data.py --- a/test/base/test_data.py +++ b/test/base/test_data.py @@ -75,7 +75,7 @@ def __init__(self, repository, environ): self.repository = repository self.updated = False - repo_cache = environ.get("GALAXY_TEST_DATA_REPO_CACHE", "test-data-repos") + repo_cache = environ.get("GALAXY_TEST_DATA_REPO_CACHE", "test-data-cache") m = hashlib.md5() m.update(repository) repo_path = os.path.join(repo_cache, m.hexdigest()) 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.