Also support run output for QaApi

This commit is contained in:
Ralf Teusner
2016-06-17 19:22:25 +02:00
parent 7c1be5594a
commit d29cf9cf61
2 changed files with 16 additions and 1 deletions

View File

@ -200,7 +200,7 @@ class DockerClient
execute_command(command, nil, block)
end
#only used by server sent events (deprecated?)
#only used by score
def execute_command(command, before_execution_block, output_consuming_block)
#tries ||= 0
@container = DockerContainerPool.get_container(@execution_environment)