From 943f8cc201eebf62e23203740dd79c19f7e3de32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 9 Jun 2021 15:01:00 +0200 Subject: [PATCH] Fedora CI: Add rpm -qa output for debugging --- tests/tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/tests.yml b/tests/tests.yml index ddd375e..4819891 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -16,6 +16,8 @@ - repo: "https://src.fedoraproject.org/tests/python.git" dest: "python" tests: + - rpm_qa: + run: rpm -qa - smoke: dir: python/smoke run: VERSION=3.10 ./venv.sh @@ -45,3 +47,4 @@ - python3-tox # for venv tests - glibc-all-langpacks # for locale tests - marshalparser # for testing compatibility (magic numbers) with marshalparser + - rpm # for debugging