Travis: Enable maximum verbosity of pinvalidate.py

Run pinvalidate.py with -vvv to print the cause of failure, making
it easier for authors of pull requests to fix pin names.
pull/14929/head
Lingkai Dong 2021-07-20 13:08:41 +01:00
parent 578843067b
commit 81eb6cb855
1 changed files with 1 additions and 1 deletions

View File

@ -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 ###