From b1ffea352a8023d11000ab78d212220f43924129 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Tue, 1 Feb 2022 19:20:16 +0100 Subject: [PATCH] Fix TTY for UC3 tests --- theodolite-benchmarks/docker-test/uc3-kstreams/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theodolite-benchmarks/docker-test/uc3-kstreams/test.sh b/theodolite-benchmarks/docker-test/uc3-kstreams/test.sh index a9b5d5e48..bc4548416 100755 --- a/theodolite-benchmarks/docker-test/uc3-kstreams/test.sh +++ b/theodolite-benchmarks/docker-test/uc3-kstreams/test.sh @@ -1,6 +1,6 @@ #!/bin/sh -docker-compose exec kcat kcat -C -b kafka:9092 -t output -s key=s -s value=s -r http://schema-registry:8081 -f '%k:%s\n' -c 600 | +docker-compose exec -T kcat kcat -C -b kafka:9092 -t output -s key=s -s value=s -r http://schema-registry:8081 -f '%k:%s\n' -c 600 | tee /dev/stderr | awk -F ':' '!/^%/ {print $1}' | sort | -- GitLab