beremiz

Tests: fix WAMP test, broken by change in runtime output when joining session.
--- a/tests/cli_tests/wamp_test.bash Wed Mar 12 13:19:11 2025 +0100
+++ b/tests/cli_tests/wamp_test.bash Thu Mar 13 13:15:05 2025 +0100
@@ -187,7 +187,7 @@
while read line; do
# Wait for server to print modified value
echo "PLC>> $line"
- if [[ "$line" =~ ^"WAMP session joined" ]]; then
+ if [[ "$line" =~ "WAMP session joined" ]]; then
echo "PLC is connected"
touch ./PLC_CONNECTED
fi