commit/galaxy-central: Dave Bouvier: Set the galaxy test host variable for test_toolbox.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/31138346d9ec/ Changeset: 31138346d9ec User: Dave Bouvier Date: 2013-11-22 20:41:04 Summary: Set the galaxy test host variable for test_toolbox. Affected #: 1 file diff -r 872a34a5760fd4d855c8d2ee8f6dffac6a3d64b9 -r 31138346d9ecb87887223e7940877b7949059a56 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 @@ -1020,6 +1020,9 @@ galaxy_test_host = os.environ.get( 'GALAXY_INSTALL_TEST_HOST', default_galaxy_test_host ) # Set the GALAXY_INSTALL_TEST_HOST variable so that Twill will have the Galaxy url to install repositories into. os.environ[ 'GALAXY_INSTALL_TEST_HOST' ] = galaxy_test_host + # Set the GALAXY_TEST_HOST environment variable so that the toolbox tests will have the Galaxy url to run tool functional + # tests on. + os.environ[ 'GALAXY_TEST_HOST' ] = galaxy_test_host galaxy_test_port = os.environ.get( 'GALAXY_INSTALL_TEST_PORT', str( default_galaxy_test_port_max ) ) os.environ[ 'GALAXY_TEST_PORT' ] = galaxy_test_port tool_path = os.environ.get( 'GALAXY_INSTALL_TEST_TOOL_PATH', 'tools' ) 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