mirror of https://github.com/ARMmbed/mbed-os.git
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
parent
578843067b
commit
81eb6cb855
|
@ -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 ###
|
||||
|
|
Loading…
Reference in New Issue