rename-sw-abbreviations.sh: Avoid test documents in complex tests.

Change-Id: I596cac73218c30edc6e9c41555a120877cd5ee47
This commit is contained in:
Jan Holesovsky 2015-11-25 22:49:32 +01:00
parent c6dbbdf851
commit 55d0a5e43c

View file

@ -17,7 +17,7 @@ do
S="${I%/*}"
# change all except the filenames (in the .mk and in #include)
# also avoid numFmt (OOXML token) and other stuff that must stay verbatim
git grep -l "$S" sw/ | grep -v -e '\.mk' -e '/data/' | xargs sed -i '/\(#include\|numFmt\|ForeignTxt\)/ !{ s/'"$I"'/g }'
git grep -l "$S" sw/ | grep -v -e '\.mk' -e '/data/' -e '/testdocuments/' | xargs sed -i '/\(#include\|numFmt\|ForeignTxt\)/ !{ s/'"$I"'/g }'
done
# global: