commit:     e86116180e075f161fff1cc5b11ecd377137968a
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  2 11:52:05 2024 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Apr  2 11:53:43 2024 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=e8611618

catalyst-auto: extra echo to debug CLST_AUTO_NOCLEAN

Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 tools/catalyst-auto | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/catalyst-auto b/tools/catalyst-auto
index 9624cebb..04db65e7 100755
--- a/tools/catalyst-auto
+++ b/tools/catalyst-auto
@@ -544,6 +544,7 @@ run_catalyst_commands() {
                        specpath=$(readlink -f "${i}")
                        # Bail out of cleaning (eg) stage3-openrc.spec failure 
if
                        #  CLST_AUTO_NOCLEAN="stage3-openrc.spec" is set
+                       run_cmd "${LOGFILE}" "${timeprefix[@]}"  echo "Testing 
${i} against CLST_AUTO_NOCLEAN=${CLST_AUTO_NOCLEAN}"
                        [[ ${CLST_AUTO_NOCLEAN} == *${i}* ]] ||
                        run_cmd "${LOGFILE}" "${timeprefix[@]}" catalyst 
--purgetmponly -c "${CATALYST_CONFIG}" -f "${specpath}"
                done

Reply via email to