From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 39093 invoked by alias); 21 Nov 2018 12:10:30 -0000 Mailing-List: contact elfutils-devel-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: List-Subscribe: Sender: elfutils-devel-owner@sourceware.org Received: (qmail 39031 invoked by uid 48); 21 Nov 2018 12:10:26 -0000 From: "mark at klomp dot org" To: elfutils-devel@sourceware.org Subject: [Bug general/23901] run-backtrace-native-core returns error isntead of skip Date: Wed, 21 Nov 2018 12:10:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: elfutils X-Bugzilla-Component: general X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mark at klomp dot org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2018-q4/txt/msg00155.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D23901 --- Comment #3 from Mark Wielaard --- Odd, the trap on exit really should remove those. But explicitly cleaning the test files seems to work: diff --git a/tests/backtrace-subr.sh b/tests/backtrace-subr.sh index ff42c6f..53c719d 100644 --- a/tests/backtrace-subr.sh +++ b/tests/backtrace-subr.sh @@ -85,6 +85,7 @@ check_unsupported() testname=3D$2 if grep -q ': Unwinding not supported for this architecture$' $err; then echo >&2 $testname: arch not supported + test_cleanup exit 77 fi } --=20 You are receiving this mail because: You are on the CC list for the bug.