From 21edca3e023f91f2954d496ce3a088ea08f01273 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Mon, 6 Apr 2020 18:42:07 +0200 Subject: [PATCH] tests: Disable core dumps They don't get copied out of the VM anyway, and we rather investigate them upstream where test VMs are accessible. --- tests/verify.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/verify.sh b/tests/verify.sh index 0b244a5..9c619e3 100755 --- a/tests/verify.sh +++ b/tests/verify.sh @@ -15,6 +15,9 @@ if ! id admin 2>/dev/null; then echo admin:foobar | chpasswd fi +# disable core dumps, we rather investigate them upstream where test VMs are accessible +echo core > /proc/sys/kernel/core_pattern + # make sure that we can access cockpit through the firewall systemctl start firewalld firewall-cmd --add-service=cockpit --permanent