From c0dedd804f5b22f684f3aa15ccff2ea2029430d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Kadl=C4=8D=C3=ADk?= Date: Wed, 19 May 2021 14:59:30 +0200 Subject: [PATCH] Log more information in a regression test To make the bz1427140-ltrace-ltrace-0-7-91-unwind-elfutils-patch work not only for regular builds but for scratch builds as well, we need to know how to refer them. This commit is just a temporary attempt to find the environment variable holding the reference. I'll make use of it in a follow-up commit. --- .../runtest.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Regression/bz1427140-ltrace-ltrace-0-7-91-unwind-elfutils-patch/runtest.sh b/tests/Regression/bz1427140-ltrace-ltrace-0-7-91-unwind-elfutils-patch/runtest.sh index 4f7fecc..380c4d6 100755 --- a/tests/Regression/bz1427140-ltrace-ltrace-0-7-91-unwind-elfutils-patch/runtest.sh +++ b/tests/Regression/bz1427140-ltrace-ltrace-0-7-91-unwind-elfutils-patch/runtest.sh @@ -35,6 +35,7 @@ export $PACKAGE rlJournalStart rlPhaseStartSetup + rlLogInfo "$(env)" rlAssertRpm $PACKAGE rlRun "TmpDir=\$(mktemp -d)" 0 "Creating tmp directory" rlRun "pushd $TmpDir"