commit/galaxy-central: 2 new changesets
2 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/89895c0a4a02/ Changeset: 89895c0a4a02 User: davebgx Date: 2014-10-24 20:23:18+00:00 Summary: Fix getting job streams in functional tests. Affected #: 1 file diff -r 4dff4b08ca0280f1f049b13ab1694ae959385f79 -r 89895c0a4a020e9368bea1637a60f4a5301fab82 test/base/interactor.py --- a/test/base/interactor.py +++ b/test/base/interactor.py @@ -118,8 +118,9 @@ def wait_for_job( self, job_id, maxseconds ): self.twill_test_case.wait_for( lambda: not self.__job_ready( job_id ), maxseconds=maxseconds) - def get_job_stdio( self, job_id, stream ): + def get_job_stdio( self, job_id ): job_stdio = self.__get_job_stdio( job_id ).json() + return job_stdio def __get_job( self, job_id ): return self._get( 'jobs/%s' % job_id ) https://bitbucket.org/galaxy/galaxy-central/commits/6aae837ab120/ Changeset: 6aae837ab120 Branch: BjoernGruening/add-u-user-argument-to-the-docker-call-1414094590823 User: davebgx Date: 2014-10-24 20:23:43+00:00 Summary: Close merged branch BjoernGruening/add-u-user-argument-to-the-docker-call-1414094590823 Affected #: 0 files 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