Skip to content

Improve message in Windows version detection

What does this MR do?

Changes the error message that is output when the Runner is run on an unsupported Windows version.

Why was this MR needed?

The current message is misleading, because we didn't fail to determine the host OS version, we just don't support that version.

Are there points in the code the reviewer needs to double check?

I think we could even go as far as adding the actual version to the error object, in the same way as in NewErrOSNotSupported

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

Merge request reports