From 767b3c9adb05cd5240c13f26ece3f458d0f30562 Mon Sep 17 00:00:00 2001 From: azarouski Date: Tue, 16 Jul 2024 13:32:36 +0200 Subject: [PATCH] ffmpeg output was added to session logs --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 76254db..f8fb8ac 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -225,7 +225,7 @@ while read -r REPLY; do if [[ $REPLY == *CREATE* ]]; then echo "start recording artifact $inwRecordArtifactId" - /opt/start-capture-artifacts.sh $inwRecordArtifactId + /opt/start-capture-artifacts.sh $inwRecordArtifactId > >(tee -a "${TASK_LOG}") 2>&1 elif [[ $REPLY == *DELETE* ]]; then echo "stop adb forwarding if any for mobile web testing" adb forward --remove-all