Mercurial > evolve
comparison tests/test-check-debian.t @ 5405:175bb63ba111
tests: add a test that makes sure version metadata stays in sync
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Sat, 04 Jul 2020 18:19:47 +0800 |
parents | |
children | 56eb528820d7 |
comparison
equal
deleted
inserted
replaced
5404:9e0f91cb5242 | 5405:175bb63ba111 |
---|---|
1 Enable obsolescence to avoid the warning issue when obsmarkers are found | |
2 | |
3 $ cat << EOF >> $HGRCPATH | |
4 > [experimental] | |
5 > evolution = all | |
6 > EOF | |
7 | |
8 $ "$PYTHON" "$TESTDIR/testlib/check-min-versions.py" \ | |
9 > "$TESTDIR/../hgext3rd/evolve/metadata.py" "$TESTDIR/../debian/control" | |
10 | |
11 $ "$PYTHON" "$TESTDIR/testlib/check-min-versions.py" \ | |
12 > "$TESTDIR/../hgext3rd/topic/__init__.py" "$TESTDIR/../debian/control" |