This is the mail archive of the
elfutils-devel@sourceware.org
mailing list for the elfutils project.
[Bug general/23901] run-backtrace-native-core returns error isntead of skip
- From: "mark at klomp dot org" <sourceware-bugzilla at sourceware dot org>
- To: elfutils-devel at sourceware dot org
- Date: Wed, 21 Nov 2018 06:40:15 +0000
- Subject: [Bug general/23901] run-backtrace-native-core returns error isntead of skip
- Auto-submitted: auto-generated
- References: <bug-23901-10460@http.sourceware.org/bugzilla/>
https://sourceware.org/bugzilla/show_bug.cgi?id=23901
--- Comment #3 from Mark Wielaard <mark at klomp dot org> ---
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=$2
if grep -q ': Unwinding not supported for this architecture$' $err; then
echo >&2 $testname: arch not supported
+ test_cleanup
exit 77
fi
}
--
You are receiving this mail because:
You are on the CC list for the bug.