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:
parent
7f75ffcaf0
commit
d71c555c6c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user