summaryrefslogtreecommitdiffstats
path: root/jjb/sweetcomb/include-raw-sweetcomb-checkstyle.sh
blob: 258c9e7e2c3628f60e3ee72c5f458ab5fb46e0b5 (plain)
1
2
3
4
5
6
7
#!/bin/bash

if [ -f build-root/scripts/checkstyle.sh ];then
    build-root/scripts/checkstyle.sh
else
    echo "Cannot find cat build-root/scripts/checkstyle.sh - skipping checkstyle"
fi