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.
This commit is contained in:
Václav Kadlčík 2021-05-19 14:59:30 +02:00
parent d73a4e1684
commit c0dedd804f

View File

@ -35,6 +35,7 @@ export $PACKAGE
rlJournalStart
rlPhaseStartSetup
rlLogInfo "$(env)"
rlAssertRpm $PACKAGE
rlRun "TmpDir=\$(mktemp -d)" 0 "Creating tmp directory"
rlRun "pushd $TmpDir"