-
-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with report with Linux file paths when updating from 23.7.1 to 23.7.2 #1196
Comments
can u share a repro |
bump |
Hi @SimonCropp, the original repository is on an internal GitLab instance. As it also relies on specific build infrastructure I don't really see how can I share something meaningful. Also, I don't think there's anything special about my test except that it's being built on Windows and the test ran on another Linux machine. |
I'll try to reproduce it with a sample and WSL. |
Here you go: To repro:
I get the output:
|
i am having rouble finding the time to dedicate to this. do you want to have a go at submitting a PR that fixes it? |
Sure @SimonCropp I can take a look. |
…1 to 23.7.2 - Closes VerifyTests#1196
Hello,
Updating from 23.7.1 to 23.7.2 is breaking my CI. I'm building my application on a Windows machine and executing the tests on a Linux one.
In the CI log we can see:
When looking closely we can see that the path is concatenated twice:
D:\b\0\2091\Source\Macros\Tests\Source\Scripting/D:\b\0\2091\Source\Macros\Tests\Source\Scripting/
The settings are set like that:
I quickly looked at the diff and I can see some changes regarding path concatenation that might explain the regression.
(the issue is also present with version 24.1.0)
The text was updated successfully, but these errors were encountered: