only create coverage for ltm build

This commit is contained in:
Steffen Jaeckel 2017-06-12 17:40:14 +02:00
parent a9838f7745
commit f45f2f4faf

View File

@ -17,6 +17,11 @@ if [ -z "$(echo $CC | grep "gcc")" ]; then
exit 0 exit 0
fi fi
if [ "$(echo $2 | grep -v 'makefile[.]')" == "" ]; then
echo "only run coverage for the regular makefile, early exit success"
exit 0
fi
# output version # output version
bash printinfo.sh bash printinfo.sh