Skip to content
Snippets Groups Projects
Commit 1a62f744 authored by JoostK's avatar JoostK Committed by Misko Hevery
Browse files

test(compiler-cli): fix drive letter casing in Windows filesystem emulation (#37782)

In native windows, the drive letter is a capital letter, while our Windows
filesystem emulation would use lowercase drive letters. This difference may
introduce tests to behave differently in native Windows versus emulated
Windows, potentially causing unexpected CI failures on Windows CI after a PR
has been merged.

Resolves FW-2267

PR Close #37782
parent 2b1b7180
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment