commit: be65c30f70b3a3979e2d57d03b3edba0b7af5e82 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Jun 8 08:54:10 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jun 8 08:54:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be65c30f
app-emulation/libguestfs: skip irrelevant Bash completion test Closes: https://bugs.gentoo.org/794874 Signed-off-by: Sam James <sam <AT> gentoo.org> app-emulation/libguestfs/libguestfs-1.44.1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app-emulation/libguestfs/libguestfs-1.44.1.ebuild b/app-emulation/libguestfs/libguestfs-1.44.1.ebuild index 3678f17814d..d9e4983c5f5 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. ...
