From a10c3881f54debad0a0e6b837947daa8e57743cd Mon Sep 17 00:00:00 2001 From: tigro Date: Tue, 15 Aug 2023 12:46:39 +0300 Subject: [PATCH] debug output --- SPECS/dnf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/SPECS/dnf.spec b/SPECS/dnf.spec index cef34c4..8616886 100644 --- a/SPECS/dnf.spec +++ b/SPECS/dnf.spec @@ -284,9 +284,12 @@ ln -sr %{buildroot}%{confdir}/vars %{buildroot}%{_sysconfdir}/yum/vars %check -echo "========== TEST ==========" +echo "========== TEST1 ==========" cat /etc/os-release +echo "========== TEST2 ==========" +cat /etc/sphere-release + pushd build-py3 ctest -VV popd