diff --git a/hack/make/test-docker-py b/hack/make/test-docker-py index 87c123d4fb..0c1f41254b 100644 --- a/hack/make/test-docker-py +++ b/hack/make/test-docker-py @@ -68,4 +68,4 @@ source hack/make/.integration-test-helpers exec docker run --rm ${run_opts} --mount type=bind,"src=${ABS_DEST}","dst=/src/${DEST}" "${docker_py_image}" pytest ${PY_TEST_OPTIONS} tests/integration ) bundle .integration-daemon-stop -) 2>&1 | tee -a "$DEST/test.log" +) &> >(tee -a "$DEST/test.log") diff --git a/hack/make/test-integration b/hack/make/test-integration index 5cfbc89697..458d059378 100755 --- a/hack/make/test-integration +++ b/hack/make/test-integration @@ -24,4 +24,4 @@ fi set -x exit ${testexit} -) 2>&1 | tee -a "$DEST/test.log" +) &> >(tee -a "$DEST/test.log")