PoC for running tests multiple times

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

View File

@ -298,7 +298,7 @@ export CLKNETSIM_RANDOM_SEED=24501
export CFLAGS="%{optflags}"
make %{?_smp_mflags} -C test/simulation/clknetsim
cd test/simulation
for i in $(seq 20); do
for i in $(seq 50); do
./124-tai &> /dev/null && break
done
exit 1