Skip to content

Commit

Permalink
Merge pull request #3475 from gilles-peskine-arm/rename-check_files-2.16
Browse files Browse the repository at this point in the history
Backport 2.16: Rename Python scripts to use '_' and not '-'
  • Loading branch information
gilles-peskine-arm authored Jul 3, 2020
2 parents 5b6bebe + ee69477 commit a586099
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/scripts/all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -664,8 +664,8 @@ component_check_doxy_blocks () {
}

component_check_files () {
msg "test: check-files.py" # < 1s
record_status tests/scripts/check-files.py
msg "Check: file sanity checks (permissions, encodings)" # < 1s
record_status tests/scripts/check_files.py
}

component_check_changelog () {
Expand Down
File renamed without changes.

0 comments on commit a586099

Please sign in to comment.