Add counter

This commit is contained in:
Juliusz Sosinowicz 2023-03-24 12:09:22 +01:00
parent e73ae077dc
commit 60501236cf

View File

@ -204,6 +204,7 @@ jobs:
break
fi
done
echo "test ran $i times"
if [ "$HWSIM_RES" -ne "0" ]; then
exit $HWSIM_RES
fi