Merge "Do not skip commit-message-only checkstyle"
[ci-management.git] / jjb / vpp / include-raw-vpp-test-checkstyle.sh
1 #!/bin/bash
2
3 if grep '.PHONY: checkstyle' test/Makefile > /dev/null
4 then
5         make test-checkstyle
6 else
7         echo "Can't find checkstyle target in test/Makefile - skipping test checkstyle"
8 fi