Skip to content

Commit

Permalink
Don't delete test outputs
Browse files Browse the repository at this point in the history
Signed-off-by: rany <[email protected]>
  • Loading branch information
rany2 committed May 21, 2024
1 parent 580f880 commit 053f661
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,7 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/

# Edge-TTS specific ignores
*.mp3
*.srt
4 changes: 0 additions & 4 deletions tests/001-long-text.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,8 @@ ret=0
# compare files to make sure all are the same
for i in {b..z}
do
cmp tests/001-long-text_a.mp3 "tests/001-long-text_${i}.mp3" || ret=1
cmp tests/001-long-text_a.srt "tests/001-long-text_${i}.srt" || ret=1
done

# clean up
rm tests/001-long-text_*.mp3 tests/001-long-text_*.srt

# exit with return code
exit "${ret}"

0 comments on commit 053f661

Please sign in to comment.