Skip to content

Commit

Permalink
test_files variable is not removed
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcr01 committed Aug 28, 2024
1 parent 147f6d5 commit d4f184e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bump_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
copyright_files=glob.glob('**/copyright', recursive=True)
pkginfo_files=glob.glob('**/pkginfo', recursive=True)
pkgproj_files=glob.glob('**/*.pkgproj', recursive=True)
test_files=glob.glob('**/test-*.sh', recursive=True)
changelog_md_files=glob.glob('**/CHANGELOG.md', recursive=True)
VERSION_files=glob.glob('**/VERSION', recursive=True)

Expand Down

0 comments on commit d4f184e

Please sign in to comment.