mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 09:25:46 +03:00
When we start the Consul agent in the `consulcompat` test package, we check that the version matches the version we expect. But Consul agents may omit non-core parts of the version string (ex. `1.20.0-rc1` displays `1.20.0`). Compare only the core portions of the version string.