Show why tests failed to bind to ports

This commit is contained in:
klzgrad 2021-05-25 22:14:00 +08:00
parent 9d8a70c167
commit a877ecc3ab

View File

@ -53,6 +53,7 @@ test_naive() {
fi fi
if [ $i -eq 10 ]; then if [ $i -eq 10 ]; then
echo Timeout to start naive echo Timeout to start naive
ss -ntlp
exit 1 exit 1
fi fi
sleep 1 sleep 1