Skip to content

Commit

Permalink
dev-util/kyua: skip coredump tests
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/654538
Signed-off-by: Mike Gilbert <[email protected]>
  • Loading branch information
floppym committed May 24, 2024
1 parent d0ac14a commit c18f6bc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dev-util/kyua/kyua-0.13-r3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ src_configure() {
# Uses std::auto_ptr (deprecated in c++11, removed in c++17)
append-cxxflags "-std=c++14"

# Skip coredump tests; they fail when sudo sets RLIMIT_CORE = 0.
cat >"${T}/kyua.conf" <<-EOF || die
syntax(2)
test_suites.kyua.run_coredump_tests = "false"
EOF
local -x KYUA_CONFIG_FILE_FOR_CHECK="${T}/kyua.conf"

default
}

Expand Down

0 comments on commit c18f6bc

Please sign in to comment.