summaryrefslogtreecommitdiff
path: root/test/partest
diff options
context:
space:
mode:
authorSom Snytt <som.snytt@gmail.com>2013-04-24 15:50:45 -0700
committerPaul Phillips <paulp@improving.org>2013-04-30 08:18:22 -0700
commitbf4466982854ffa8be57068752ea31daf7776eee (patch)
tree46cd3a6276d8fa3df9ccb7d730c29b1cf825edc2 /test/partest
parentb47ca5b17ec8079a23d48103c6af295c2f01caf3 (diff)
downloadscala-bf4466982854ffa8be57068752ea31daf7776eee.tar.gz
scala-bf4466982854ffa8be57068752ea31daf7776eee.tar.bz2
scala-bf4466982854ffa8be57068752ea31daf7776eee.zip
SI-7349 Partest supports test-interface
Partest uses test-interface API to invoke ScalaCheck. This obviates ad hoc output checking for result status. The context class loader is set to a loader that the scaladoc scalacheck tests can use.
Diffstat (limited to 'test/partest')
-rwxr-xr-xtest/partest1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/partest b/test/partest
index e3270f8eaa..99a731a49b 100755
--- a/test/partest
+++ b/test/partest
@@ -129,6 +129,7 @@ fi
$JAVA_OPTS -cp "$EXT_CLASSPATH" \
${partestDebugStr} \
"$color_opts" \
+ -Dfile.encoding=UTF-8 \
-Dscala.home="${SCALA_HOME}" \
-Dpartest.javacmd="${JAVACMD}" \
-Dpartest.java_opts="${JAVA_OPTS}" \