Skip to content

Commit

Permalink
Travis: Enable maximum verbosity of pinvalidate.py
Browse files Browse the repository at this point in the history
Run pinvalidate.py with -vvv to print the cause of failure, making
it easier for authors of pull requests to fix pin names.
  • Loading branch information
LDong-Arm committed Jul 21, 2021
1 parent 5acb2fc commit f8e6d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ matrix:
- >-
git diff --name-only --diff-filter=d FETCH_HEAD..HEAD \
| ( grep '.*[\\|\/]PinNames.h$' || true ) \
| while read file; do python ./hal/tests/pinvalidate/pinvalidate.py -vfp "${file}"; done
| while read file; do python ./hal/tests/pinvalidate/pinvalidate.py -vvvfp "${file}"; done
- git diff --exit-code --diff-filter=d --color

### CMake Check ###
Expand Down

0 comments on commit f8e6d5c

Please sign in to comment.