summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-06-08 08:54:10 +0000
committerSam James <sam@gentoo.org>2021-06-08 08:54:10 +0000
commitbe65c30f70b3a3979e2d57d03b3edba0b7af5e82 (patch)
tree2cb1c0fb3dbba41f130281ff4f173d458d6140c5 /app-emulation/libguestfs
parentapp-emulation/libguestfs: don't call AR directly (diff)
downloadgentoo-be65c30f70b3a3979e2d57d03b3edba0b7af5e82.tar.gz
gentoo-be65c30f70b3a3979e2d57d03b3edba0b7af5e82.tar.bz2
gentoo-be65c30f70b3a3979e2d57d03b3edba0b7af5e82.zip
app-emulation/libguestfs: skip irrelevant Bash completion test
Closes: https://bugs.gentoo.org/794874 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/libguestfs')
-rw-r--r--app-emulation/libguestfs/libguestfs-1.44.1.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/app-emulation/libguestfs/libguestfs-1.44.1.ebuild b/app-emulation/libguestfs/libguestfs-1.44.1.ebuild
index 3678f17814d1..d9e4983c5f5a 100644
--- a/app-emulation/libguestfs/libguestfs-1.44.1.ebuild
+++ b/app-emulation/libguestfs/libguestfs-1.44.1.ebuild
@@ -139,6 +139,11 @@ src_configure() {
# bug #794877
tc-export AR
+ # Skip Bash test
+ # (See 13-test-suite.log in linked bug)
+ # bug #794874
+ export SKIP_TEST_COMPLETE_IN_SCRIPT_SH=1
+
# Disable feature test for kvm for more reason
# i.e: not loaded module in __build__ time,
# build server not supported kvm, etc. ...