Mercurial > evolve
annotate tests/test-check-compat-strings.t @ 5331:3c5bcb8ecf3a stable
packaging: move check-compat-strings.sh to tests/testlib/
Since we're not including contrib/ in pip packages, this test failed when
trying to run not from evolve repo.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 21 May 2020 09:51:24 +0800 |
parents | a4d081923c81 |
children | 73cd416a1653 |
rev | line source |
---|---|
5193
a4d081923c81
compat: update hg-X.Y compat comments and test them
Anton Shestakov <av6@dwimlabs.net>
parents:
diff
changeset
|
1 Enable obsolescence to avoid the warning issue when obsmarkers are found |
a4d081923c81
compat: update hg-X.Y compat comments and test them
Anton Shestakov <av6@dwimlabs.net>
parents:
diff
changeset
|
2 |
a4d081923c81
compat: update hg-X.Y compat comments and test them
Anton Shestakov <av6@dwimlabs.net>
parents:
diff
changeset
|
3 $ cat << EOF >> $HGRCPATH |
a4d081923c81
compat: update hg-X.Y compat comments and test them
Anton Shestakov <av6@dwimlabs.net>
parents:
diff
changeset
|
4 > [experimental] |
a4d081923c81
compat: update hg-X.Y compat comments and test them
Anton Shestakov <av6@dwimlabs.net>
parents:
diff
changeset
|
5 > evolution = all |
a4d081923c81
compat: update hg-X.Y compat comments and test them
Anton Shestakov <av6@dwimlabs.net>
parents:
diff
changeset
|
6 > EOF |
a4d081923c81
compat: update hg-X.Y compat comments and test them
Anton Shestakov <av6@dwimlabs.net>
parents:
diff
changeset
|
7 |
5331
3c5bcb8ecf3a
packaging: move check-compat-strings.sh to tests/testlib/
Anton Shestakov <av6@dwimlabs.net>
parents:
5193
diff
changeset
|
8 $ $TESTDIR/testlib/check-compat-strings.sh "$TESTDIR/../hgext3rd/" "$RUNTESTDIR/.." |