From ae0a8bd390486027836f388f4f159c1a4bd949726ebfc0bfde20663e7507d3e1 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Wed, 12 Apr 2023 06:03:06 +0000 Subject: [PATCH] error trap for testing, 4th OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=442 --- texlive.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/texlive.spec b/texlive.spec index 2234ed1..77dbb85 100644 --- a/texlive.spec +++ b/texlive.spec @@ -4302,7 +4302,7 @@ 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 @@ -4315,9 +4315,8 @@ popd trap "testsuite" ERR make %{?_smp_mflags} world STRIP=/bin/true STRIPPROG=/bin/true + ) - trap 'rm -vf %{options}' ERR - unset testsuite popd pushd utils/asymptote