Skip to content

Commit

Permalink
chore(#687): unset script test flags
Browse files Browse the repository at this point in the history
  • Loading branch information
tamara-slosarek authored and tamslo committed Mar 19, 2024
1 parent fcab33b commit 6a75a09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/generate_screendocs/generate_screencast.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ full_video_path="${output_directory}full.mov"
timestamp_prefix="TIMESTAMP: "

ffmpeg_log_level="warning"
redo_recording=false # should be true, set false to only test post-editing
redo_cutting=false # should be true, set false to only test further steps
redo_recording=true # should be true, set false to only test post-editing
redo_cutting=true # should be true, set false to only test further steps

log_timestamp() {
echo "$(date +%s000) $1" >> "$cuts_log_path"
Expand Down

0 comments on commit 6a75a09

Please sign in to comment.