]> git.ipfire.org Git - thirdparty/elfutils.git/commit
tests/run-getsrc-die.sh: Skip tests if objcopy fails
authorAaron Merey <amerey@redhat.com>
Fri, 1 Mar 2024 00:46:09 +0000 (19:46 -0500)
committerAaron Merey <amerey@redhat.com>
Fri, 1 Mar 2024 02:56:06 +0000 (21:56 -0500)
commit94743d5239ea96a84f974c8ce02e4b4c43a84e13
tree4e3bdbf59d1b6358ecbe39ab0987960eb1125b88
parent517c773b0242fe3665e5082a06fd5816edbe4b21
tests/run-getsrc-die.sh: Skip tests if objcopy fails

run-getsrc-die.sh uses objcopy to remove .debug_aranges from testfiles.
Depending how objcopy is built, it may fail to recognize the format of
the testfiles.  Skip the remaining tests if objcopy fails.

Signed-off-by: Aaron Merey <amerey@redhat.com>
tests/run-getsrc-die.sh