mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 02:57:21 +02:00
Added code to call Runner's done() method in both InProcess and SubProcess cases.
This commit is contained in:
@@ -212,6 +212,7 @@ public class ForkMain {
|
||||
final Runner runner = framework.runner(frameworkArgs, remoteFrameworkArgs, getClass().getClassLoader());
|
||||
for (ForkTestDefinition test : filteredTests)
|
||||
runTestSafe(test, runner, loggers, os);
|
||||
runner.done();
|
||||
}
|
||||
write(os, ForkTags.Done);
|
||||
is.readObject();
|
||||
|
||||
Reference in New Issue
Block a user