Meta/Dothem: no need to retest only because RelNotes has changed
Junio C Hamano committed
Feb 23, 2015 at 13:15 UTC
390811230e69f281f7100f0cd1e901e343c66c2c
1 file changed
+3
-1
Dothem
+3
-1
index cff2949a9e..7c47ae03d8 100755
--- a/Dothem
+++ b/Dothem
@@ -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