Closed
Description
There are two places where we end up going through MainGenericRunner
:
./bin/dotr
callsscala
which will call the runner- partest run tests are run by it: https://github.com/scala/scala-partest/blob/v1.0.11/src/main/scala/scala/tools/partest/nest/Runner.scala#L181
MainGenericRunner
will make up its own classloader then call the main method of the object using this classloader, this makes it considerably more complicated to figure out how the classpath stuff works (and it's already way too complicated). We should have our own runner.
Metadata
Metadata
Assignees
Labels
No labels