From bf4466982854ffa8be57068752ea31daf7776eee Mon Sep 17 00:00:00 2001 From: Som Snytt Date: Wed, 24 Apr 2013 15:50:45 -0700 Subject: 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. --- test/partest | 1 + 1 file changed, 1 insertion(+) (limited to 'test/partest') 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}" \ -- cgit v1.2.3