Files
Matt Turner b6d59ddd23 test: Pass proto_ver to do_test() functions that require it
These test scripts all contain a `finally:` block that attempts to print
proto_ver which does not exist:

```
print("proto_ver=%d" % (proto_ver))
```

This mistake appears to be a copy-and-paste error in commit b2a9daf ("02
broker subpub tests with v5 support") and went unnoticed because the
code is only reached if the tests fail.

Fixes: b2a9daf1 ("02 broker subpub tests with v5 support")
Closes: https://github.com/eclipse-mosquitto/mosquitto/issues/3123
2025-08-04 18:38:47 +01:00
..
2024-10-16 18:17:07 +01:00
2021-10-05 15:20:37 +01:00
2021-10-05 15:20:37 +01:00
2025-04-06 22:25:02 +01:00