summaryrefslogtreecommitdiffstats
path: root/run-core-tests
diff options
context:
space:
mode:
Diffstat (limited to 'run-core-tests')
-rwxr-xr-xrun-core-tests6
1 files changed, 5 insertions, 1 deletions
diff --git a/run-core-tests b/run-core-tests
index 70ab320..134a032 100755
--- a/run-core-tests
+++ b/run-core-tests
@@ -25,6 +25,10 @@ tmp=/data/core-tests.tmp
mkdir $tmp
chmod 777 $tmp
-exec dalvikvm -Duser.language=en -Duser.region=US -Djava.io.tmpdir=$tmp \
+exec dalvikvm \
+ -Duser.language=en \
+ -Duser.region=US \
+ -Djava.io.tmpdir=$tmp \
+ -Djavax.net.ssl.trustStore=/system/etc/security/cacerts.bks \
-classpath /system/framework/core-tests.jar \
-Xmx64M com.google.coretests.Main "$@"