We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c96a0dd commit 0585d34Copy full SHA for 0585d34
compiler/test/dotty/tools/vulpix/RunnerOrchestration.scala
@@ -48,7 +48,9 @@ trait RunnerOrchestration {
48
/** Running a `Test` class's main method from the specified `dir` */
49
def runMain(classPath: String)(implicit summaryReport: SummaryReporting): Status =
50
monitor.runMain(classPath)
51
+}
52
53
+object RunnerOrchestration {
54
private val monitor = new RunnerMonitor
55
56
/** The runner monitor object keeps track of child JVM processes by keeping
@@ -202,4 +204,4 @@ trait RunnerOrchestration {
202
204
// On shutdown, we need to kill all runners:
203
205
sys.addShutdownHook(killAll())
206
}
-}
207
0 commit comments