Mercurial > evolve
annotate tests/test-check-debian.t @ 6934:dd518437d4e0 stable
tests: introduce a compat-branches blacklist file
The idea behind this file is to have an easy and obvious mechanism for skipping
some tests on compatibility branches without modifying the test files
themselves or touching .gitlab-ci.yml.
Obviously, each compatibility branch can have different set of tests, and so
the contents of this file can be different on different branches.
This concept had actually existed in core for a long time, see
tests/blacklists/ directory.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Sat, 16 Nov 2024 17:59:53 +0400 |
parents | 56eb528820d7 |
children |
rev | line source |
---|---|
5650
56eb528820d7
tests: require repo in test-check-debian.t
Anton Shestakov <av6@dwimlabs.net>
parents:
5405
diff
changeset
|
1 #require test-repo |
56eb528820d7
tests: require repo in test-check-debian.t
Anton Shestakov <av6@dwimlabs.net>
parents:
5405
diff
changeset
|
2 |
5405
175bb63ba111
tests: add a test that makes sure version metadata stays in sync
Anton Shestakov <av6@dwimlabs.net>
parents:
diff
changeset
|
3 Enable obsolescence to avoid the warning issue when obsmarkers are found |
175bb63ba111
tests: add a test that makes sure version metadata stays in sync
Anton Shestakov <av6@dwimlabs.net>
parents:
diff
changeset
|
4 |
175bb63ba111
tests: add a test that makes sure version metadata stays in sync
Anton Shestakov <av6@dwimlabs.net>
parents:
diff
changeset
|
5 $ cat << EOF >> $HGRCPATH |
175bb63ba111
tests: add a test that makes sure version metadata stays in sync
Anton Shestakov <av6@dwimlabs.net>
parents:
diff
changeset
|
6 > [experimental] |
175bb63ba111
tests: add a test that makes sure version metadata stays in sync
Anton Shestakov <av6@dwimlabs.net>
parents:
diff
changeset
|
7 > evolution = all |
175bb63ba111
tests: add a test that makes sure version metadata stays in sync
Anton Shestakov <av6@dwimlabs.net>
parents:
diff
changeset
|
8 > EOF |
175bb63ba111
tests: add a test that makes sure version metadata stays in sync
Anton Shestakov <av6@dwimlabs.net>
parents:
diff
changeset
|
9 |
175bb63ba111
tests: add a test that makes sure version metadata stays in sync
Anton Shestakov <av6@dwimlabs.net>
parents:
diff
changeset
|
10 $ "$PYTHON" "$TESTDIR/testlib/check-min-versions.py" \ |
175bb63ba111
tests: add a test that makes sure version metadata stays in sync
Anton Shestakov <av6@dwimlabs.net>
parents:
diff
changeset
|
11 > "$TESTDIR/../hgext3rd/evolve/metadata.py" "$TESTDIR/../debian/control" |
175bb63ba111
tests: add a test that makes sure version metadata stays in sync
Anton Shestakov <av6@dwimlabs.net>
parents:
diff
changeset
|
12 |
175bb63ba111
tests: add a test that makes sure version metadata stays in sync
Anton Shestakov <av6@dwimlabs.net>
parents:
diff
changeset
|
13 $ "$PYTHON" "$TESTDIR/testlib/check-min-versions.py" \ |
175bb63ba111
tests: add a test that makes sure version metadata stays in sync
Anton Shestakov <av6@dwimlabs.net>
parents:
diff
changeset
|
14 > "$TESTDIR/../hgext3rd/topic/__init__.py" "$TESTDIR/../debian/control" |