Fix loop termination in runtest.sh to ensure proper execution flow

This commit is contained in:
Yaro Kasear 2025-04-21 14:39:46 -05:00
parent a97c7eadee
commit d92621d2f0

View file

@ -175,6 +175,7 @@ while [ "$COUNTER" -lt "$NUM_TESTS" ]; do
sleep $TIME_BETWEEN
fi
done
done
echo "Stopping kismet..."