From 31aaef8e173b34a128bac1a44b5119b782435db3 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Dec 05 2024 11:50:39 +0000 Subject: Enable slow tests during build The build is slow anyway, so the difference shouldn't matter. But more tests is better. The build logs show that slow tests were disabled. Inspired by https://github.com/systemd/systemd/issues/34471. --- diff --git a/systemd.spec b/systemd.spec index 716b31a..45da1f7 100644 --- a/systemd.spec +++ b/systemd.spec @@ -727,6 +727,7 @@ VMLINUX_H_PATH=$(%python3 -c '%find_vmlinux_h') CONFIGURE_OPTS=( -Dmode=%[%{with upstream}?"developer":"release"] + -Dslow-tests=true -Dsysvinit-path=/etc/rc.d/init.d -Drc-local=/etc/rc.d/rc.local -Dntp-servers='0.%{ntpvendor}.pool.ntp.org 1.%{ntpvendor}.pool.ntp.org 2.%{ntpvendor}.pool.ntp.org 3.%{ntpvendor}.pool.ntp.org'