diff --git a/dev/check-licensing.sh b/dev/check-licensing.sh index 3a7691d..ebce46e 100755 --- a/dev/check-licensing.sh +++ b/dev/check-licensing.sh @@ -54,6 +54,8 @@ download_rat_jar $RUN_RAT > rat/rat-results.txt +cat rat/rat-results.txt + if [ $? -ne 0 ]; then echo "RAT exited abnormally" exit 1