make the message more verbose

This commit is contained in:
Sébastien Loriot
2019-10-28 10:52:28 +01:00
parent 240dea6e53
commit 9af500c5e5
@@ -48,7 +48,7 @@ detect_wrong_permissions || exit 1
echo '.. Testing licenses...'
detect_packages_licenses || exit 1
if ! ${git} diff --exit-code > /dev/null; then
echo '=> There are modifications in licenses:'
echo '=> There are modifications in licenses (check if all modified/added headers files contain a valid SPDX tag compatible with the one in package_info/PKG/license and that no license text is present):'
${git} status --porcelain
exit 1
fi