PoC for running tests multiple times

OBS-URL: https://build.opensuse.org/package/show/network:time/chrony?expand=0&rev=124
This commit is contained in:
Reinhard Max 2024-05-27 15:23:00 +00:00 committed by Git OBS Bridge
parent 7f75ffcaf0
commit d71c555c6c

View File

@ -297,6 +297,11 @@ find %{buildroot} -type f | xargs sed -i '
export CLKNETSIM_RANDOM_SEED=24501
export CFLAGS="%{optflags}"
make %{?_smp_mflags} -C test/simulation/clknetsim
cd test/simulation
for i in $(seq 20); do
./124-tai &> /dev/null && break
done
exit 1
make %{?_smp_mflags} quickcheck
%endif
%endif