Skip to content

Commit

Permalink
common: ignore bash coredumps in TEST-02-UNITTESTS as well
Browse files Browse the repository at this point in the history
  • Loading branch information
mrc0mmand committed Oct 19, 2023
1 parent 32ef4d1 commit 3bcefe6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ declare -Arx COREDUMPCTL_EXCLUDE_MAP=(
# syscalls through a seccomp filter which then kills the test
# with SIGSYS, and with systemd/systemd#27890 the coredump
# executable will be set to the new systemd-executor binary
# bash - same as above, but sometimes _EXE is set to /bin/bash
# python3.x - one of the test-execute subtests triggers SIGSYS in python3.x
# (since systemd/systemd#16675)
["test/TEST-02-UNITTESTS"]="/(bin/python3.[0-9]+|platform-python3.[0-9]+|systemd-executor|test-execute)$"
["test/TEST-02-UNITTESTS"]="/(bash|bin/python3.[0-9]+|platform-python3.[0-9]+|systemd-executor|test-execute)$"
["test/TEST-17-UDEV"]="/(sleep|udevadm)$"
["test/TEST-59-RELOADING-RESTART"]="/(sleep|bash|systemd-notify)$"
)
Expand Down

0 comments on commit 3bcefe6

Please sign in to comment.