diff options
author | Matthew Smith <matthew@gentoo.org> | 2022-04-28 17:42:57 +0100 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2022-04-28 17:42:57 +0100 |
commit | 690c367c4bddbc30eb7e6be580264cba166a20a2 (patch) | |
tree | 21490bb666b5dadc6101ed0e5f439f94a35a28c3 /sys-devel | |
parent | autotools.eclass: fix EAPI 8 conditional; simplify (diff) | |
download | gentoo-690c367c4bddbc30eb7e6be580264cba166a20a2.tar.gz gentoo-690c367c4bddbc30eb7e6be580264cba166a20a2.tar.bz2 gentoo-690c367c4bddbc30eb7e6be580264cba166a20a2.zip |
sys-devel/mold: handle renamed/additional tests
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/mold/mold-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/mold/mold-9999.ebuild b/sys-devel/mold/mold-9999.ebuild index 83ebef232694..a9e0aa6a2c2e 100644 --- a/sys-devel/mold/mold-9999.ebuild +++ b/sys-devel/mold/mold-9999.ebuild @@ -45,8 +45,8 @@ src_prepare() { # Needs unpackaged dwarfdump rm test/elf/{{dead,compress}-debug-sections,compressed-debug-info}.sh || die - # Heavy test, needs qemu - rm test/elf/gdb-index.sh || die + # Heavy tests, need qemu + rm test/elf/gdb-index-{compress-output,dwarf{2,3,4,5}}.sh || die # Sandbox sadness rm test/elf/run.sh || die |