Reinhard Max 2024-05-27 16:47:20 +00:00 committed by Git OBS Bridge
parent 865e89fbe6
commit f3ecb049bd

View File

@ -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