aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-01-15 20:51:16 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2023-01-15 20:51:25 +0200
commit826c474777a1f0ff1c1051dbbf7196116e5a8cc9 (patch)
tree46d5bfd775de5f14016982d3795139e73bd01d17 /tests
parentVariableScopeCheck: Disallow D and ED in pkg_postinst (diff)
downloadpkgcheck-826c474777a1f0ff1c1051dbbf7196116e5a8cc9.tar.gz
pkgcheck-826c474777a1f0ff1c1051dbbf7196116e5a8cc9.tar.bz2
pkgcheck-826c474777a1f0ff1c1051dbbf7196116e5a8cc9.zip
ProfilesCheck: check for unknown ARCH in make.defaults
Related: https://github.com/pkgcore/pkgcheck/issues/524 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/scripts/test_pkgcheck_scan.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scripts/test_pkgcheck_scan.py b/tests/scripts/test_pkgcheck_scan.py
index bba0547d..84030760 100644
--- a/tests/scripts/test_pkgcheck_scan.py
+++ b/tests/scripts/test_pkgcheck_scan.py
@@ -611,7 +611,7 @@ class TestPkgcheckScan:
if repo not in self._results:
self.test_scan_repo(repo, tmp_path, verbosity=0)
if repo not in self._verbose_results:
- self.test_scan_repo(repo, tmp_path, verbosity=0)
+ self.test_scan_repo(repo, tmp_path, verbosity=1)
for check, keywords in self._checks[repo].items():
for keyword in keywords:
# verify the expected results were seen during the repo scans