aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/scala/org/perl8/test/harness/SummaryReporter.scala
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-02-27 23:47:31 -0600
committerJesse Luehrs <doy@tozt.net>2013-02-27 23:47:31 -0600
commitf6b4d8e24fb2db928697f680020b588c80d86d6a (patch)
tree3806d488a2719ca309ea3ceea241e22b0e85fab4 /src/main/scala/org/perl8/test/harness/SummaryReporter.scala
parent0095d011ac71f7aaac1d22e265c0e194b7e5d004 (diff)
downloadscala-test-more-f6b4d8e24fb2db928697f680020b588c80d86d6a.tar.gz
scala-test-more-f6b4d8e24fb2db928697f680020b588c80d86d6a.zip
try to name this a bit better
Diffstat (limited to 'src/main/scala/org/perl8/test/harness/SummaryReporter.scala')
-rw-r--r--src/main/scala/org/perl8/test/harness/SummaryReporter.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/scala/org/perl8/test/harness/SummaryReporter.scala b/src/main/scala/org/perl8/test/harness/SummaryReporter.scala
index fdf7967..273a7dc 100644
--- a/src/main/scala/org/perl8/test/harness/SummaryReporter.scala
+++ b/src/main/scala/org/perl8/test/harness/SummaryReporter.scala
@@ -29,7 +29,7 @@ class SummaryReporter extends MultiTestReporter {
val testFuture = Future {
Console.withOut(out) {
- test.run
+ test.runInHarness
}
out.close
}