jjb/vpp: fix bad test for makefile target
[ci-management.git] / jjb / vpp / include-raw-vpp-test-checkstyle.sh
1 #!/bin/bash
2 # jjb/vpp/include-raw-vpp-test-checkstyle.sh
3
4 if [ -n "$(grep -E '^test-checkstyle:' Makefile)" ]
5 then
6         make test-checkstyle
7 else
8         echo "Can't find test-checkstyle target in Makefile - skipping test-checkstyle"
9 fi