summaryrefslogtreecommitdiff
path: root/writerfilter/qa/ooxml/watch-generated-code.sh
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/qa/ooxml/watch-generated-code.sh')
-rwxr-xr-xwriterfilter/qa/ooxml/watch-generated-code.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/writerfilter/qa/ooxml/watch-generated-code.sh b/writerfilter/qa/ooxml/watch-generated-code.sh
index 86acaf71b8ec..d6745731759d 100755
--- a/writerfilter/qa/ooxml/watch-generated-code.sh
+++ b/writerfilter/qa/ooxml/watch-generated-code.sh
@@ -32,6 +32,9 @@ reference)
compare)
for i in $writerfilter_ALL
do
+ if [ "$(basename $i)" == "model_preprocessed.xml" ]; then
+ continue
+ fi
diff -u $mydir-reference/$i $mydir/$i
done
;;