Fix jjb-verify job to ignore the docs directory
[releng/global-jjb.git] / .jjb-test / expected-xml / github-ciman-jjb-verify
index 3a10bb8..5705ebc 100644 (file)
@@ -251,7 +251,7 @@ popd
 ##############################################################################
 echo "---> jjb-check-unicode.sh"
 
-if LC_ALL=C grep -r '[^[:print:][:space:]]' jjb/; then
+if LC_ALL=C grep --exclude=docs/ -r '[^[:print:][:space:]]' jjb/; then
     echo "Found files containing non-ascii characters."
     exit 1
 fi