1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/738839e77188/ Changeset: 738839e77188 User: dan Date: 2013-12-10 16:54:51 Summary: Fix for using GALAXY_TEST_DB_TEMPLATE with htTp not specified in all lower case. Affected #: 1 file diff -r 340344bf17e72072f268d21f420585e76af3ce70 -r 738839e77188c2f42d956998f38daea619f3c35e scripts/functional_tests.py --- a/scripts/functional_tests.py +++ b/scripts/functional_tests.py @@ -182,7 +182,7 @@ if os.path.exists( source ): shutil.copy( source, db_path ) assert os.path.exists( db_path ) - elif source.startswith("http"): + elif source.lower().startswith( "http" ): urllib.urlretrieve( source, db_path ) else: raise Exception( "Failed to copy database template from source %s" % source ) 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.