From f3ecb049bd3088606fd067dfcbe4243b4b9443b573182794cf19747b9c9daa03 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Mon, 27 May 2024 16:47:20 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/network:time/chrony?expand=0&rev=133 --- chrony.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/chrony.spec b/chrony.spec index 2c9dd6a..d996a5c 100644 --- a/chrony.spec +++ b/chrony.spec @@ -300,8 +300,14 @@ export CLKNETSIM_RANDOM_SEED=24501 export CFLAGS="%{optflags}" make %{?_smp_mflags} -C test/simulation/clknetsim pushd test/simulation -./124-tai || find +./124-tai +for f in tmp/*; do + echo ====$f==== + cat $f +done +echo popd +exit 1 make %{?_smp_mflags} quickcheck %endif %endif