Fix jjb-verify job to ignore the docs directory
[releng/global-jjb.git] / .jjb-test / expected-xml / gerrit-ciman-jjb-verify
index b59d3c6..2a9896f 100644 (file)
@@ -303,7 +303,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