Meta/Dothem: no need to retest only because RelNotes has changed

This commit is contained in:
Junio C Hamano
2015-02-23 13:15:36 -08:00
parent 88edbae22e
commit 390811230e

4
Dothem
View File

@@ -144,7 +144,9 @@ do
do
if test "z$xtree" = "z$rtree" ||
git diff --quiet "$xtree" "$rtree" -- . \
':!GIT-VERSION-GEN' ':!Documentation/'
':!GIT-VERSION-GEN' \
':!RelNotes' \
':!Documentation/'
then
skip_test=1
break