258c9e7e2c3628f60e3ee72c5f458ab5fb46e0b5
[ci-management.git] / jjb / vpp / include-raw-vpp-checkstyle.sh
1 #!/bin/bash
2
3 if [ -f build-root/scripts/checkstyle.sh ];then
4     build-root/scripts/checkstyle.sh
5 else
6     echo "Cannot find cat build-root/scripts/checkstyle.sh - skipping checkstyle"
7 fi