Skip to content

Commit

Permalink
ffmpeg output was added to session logs
Browse files Browse the repository at this point in the history
  • Loading branch information
azarouski committed Jul 16, 2024
1 parent b8d11cf commit 767b3c9
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 767b3c9

Please sign in to comment.