mirror of
https://github.com/sbt/sbt.git
synced 2026-09-01 10:37:54 +02:00
Modify forking tests based on Stefan's feedback. Should be ported to 0.12
This commit is contained in:
committed by
Mark Harrah
parent
9414f98f2c
commit
04d53c05d5
@@ -137,7 +137,7 @@ public class ForkMain {
|
||||
} else {
|
||||
write(os, new Object[]{ForkTags.Error, "Framework '" + framework + "' does not support test '" + test.name + "'"});
|
||||
}
|
||||
write(os, events.toArray(new ForkEvent[events.size()]));
|
||||
write(os, new Object[]{test.name, events.toArray(new ForkEvent[events.size()])});
|
||||
}
|
||||
}
|
||||
write(os, ForkTags.Done);
|
||||
|
||||
Reference in New Issue
Block a user