Skip to content

Commit

Permalink
Merge pull request #412 from zebrunner/ffmpeg-logs
Browse files Browse the repository at this point in the history
ffmpeg logs
  • Loading branch information
vdelendik authored Jul 16, 2024
2 parents ef62bf1 + 767b3c9 commit deb3b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit deb3b93

Please sign in to comment.