##// END OF EJS Templates
relnotes: skip the test if the source repository is not readable...
marmoute -
r52854:a9b1acca stable
parent child Browse files
Show More
@@ -2,6 +2,12
2 2 $ . "$TESTDIR/helpers-testrepo.sh"
3 3
4 4 $ cd $TESTDIR/..
5 $ if hg root 2> /dev/null >&2; then true;
6 > else
7 > echo 'skipped: cannot read the source repository';
8 > exit 80;
9 > fi
10
5 11 $ python3 contrib/relnotes 4.4 --stoprev 4.5
6 12 changeset 3398603c5621: unexpected block in release notes directive feature
7 13 New Features
General Comments 0
You need to be logged in to leave comments. Login now