disneystreaming / weaver-test

A test framework that runs everything in parallel.
https://disneystreaming.github.io/weaver-test/
Other
441 stars 49 forks source link

Paths are not correctly relativised when using bloop #337

Open Baccata opened 3 years ago

Baccata commented 3 years ago

Such things get rendered : assertion failed (../../../bar/src/test/scala/Foo.scala:13)

Baccata commented 3 years ago

The issue is that bloop is a compile server, and therefore the pwd is wherever bloop was started from. We need to find a workaround to access the "workdir" as seen from the compiler (as opposed to the jvm)