error trap for testing

OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=439
This commit is contained in:
Dr. Werner Fink 2023-04-11 12:19:20 +00:00 committed by Git OBS Bridge
parent 3f42c71127
commit 6ab90b6085

View File

@ -4302,6 +4302,18 @@ popd
PATH=$prefix/bin:$PATH \
TEXMFLOCAL=%{_texmfmaindir} \
TEXMFCNF=$texmfcnf \
testsuite () {
test -s ${world}/bibtex-x/test-suite.log || return
cat ${world}/bibtex-x/test-suite.log
for log in ${world}/bibtex-x/tests/*.log
do
echo $log
cat $log
done
}
trap "testsuite" ERR
make %{?_smp_mflags} world STRIP=/bin/true STRIPPROG=/bin/true
popd