From 52e1621408aa7f73352d8e85a673d238f339d102 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 26 Nov 2020 10:43:56 +0100 Subject: [PATCH] CI: unreferenced files: be less verbose (MR 1759) Don't print a message for each APKBUILD that is getting parsed. pytest will display the stdout below the raised exception, so with the print one had to scroll up a lot to find the actual error message. Now it is printed at the bottom. --- .gitlab-ci/testcases/test_aports.py | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci/testcases/test_aports.py b/.gitlab-ci/testcases/test_aports.py index 249080b2e..51c09ad56 100644 --- a/.gitlab-ci/testcases/test_aports.py +++ b/.gitlab-ci/testcases/test_aports.py @@ -182,7 +182,6 @@ def test_aports_unreferenced_files(args): Raise an error if an unreferenced file is found """ for apkbuild_path in glob.iglob(args.aports + "/**/APKBUILD", recursive=True): - print(f"Checking {apkbuild_path}...") apkbuild = pmb.parse.apkbuild(args, apkbuild_path) # Collect install files from subpackages