Skip to content

Fix base_port calculation in pytest runner

Tom Krizek requested to merge tkrizek-fix-pytest-base-port into main

The selected base port should be in the range <port_min, port_max), the formula was incorrect.

Credit for discovering this fault goes to Ondrej Sury.

Merge request reports