diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-06-28 11:12:02 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-06-28 11:46:57 -0700 |
commit | 28ada16af437c0f2955f222abd03730ae2e299d6 (patch) | |
tree | a6b31070826eda674bec8680abea1a0aa5d14c1e /metadata/install-qa-check.d/60python-tests | |
parent | virtual/logger: EAPI 7 (diff) | |
download | gentoo-28ada16af437c0f2955f222abd03730ae2e299d6.tar.gz gentoo-28ada16af437c0f2955f222abd03730ae2e299d6.tar.bz2 gentoo-28ada16af437c0f2955f222abd03730ae2e299d6.zip |
metadata/install-qa-check.d: add QA Notice string to all checks
and re-wrap some lines to fit into 80 char limit
Bug: https://bugs.gentoo.org/728046
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'metadata/install-qa-check.d/60python-tests')
-rw-r--r-- | metadata/install-qa-check.d/60python-tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/metadata/install-qa-check.d/60python-tests b/metadata/install-qa-check.d/60python-tests index 713ed63d3764..4c7892fbc93a 100644 --- a/metadata/install-qa-check.d/60python-tests +++ b/metadata/install-qa-check.d/60python-tests @@ -17,7 +17,7 @@ python_test_check() { [[ -n ${any} ]] || return eqawarn - eqawarn 'QA Notice: this package seems to contain tests but they are not enabled.' + eqawarn 'QA Notice: This package seems to contain tests but they are not enabled.' eqawarn 'Please either run tests (via distutils_enable_tests or declaring' eqawarn 'python_test yourself), or add RESTRICT="test" along with an explanatory' eqawarn 'comment if tests cannot be run.' |