summaryrefslogtreecommitdiffstats
path: root/run-core-tests
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-02 22:54:18 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-02 22:54:18 -0800
commitd11a65b017fde8c4c997f41ee59e87e90d68b3f5 (patch)
tree6aed8b4923ca428942cbaa7e848d50237a3d31e0 /run-core-tests
parentac4f307115a738b0206030fe0d127f7c7f035b03 (diff)
downloadlibcore-d11a65b017fde8c4c997f41ee59e87e90d68b3f5.zip
libcore-d11a65b017fde8c4c997f41ee59e87e90d68b3f5.tar.gz
libcore-d11a65b017fde8c4c997f41ee59e87e90d68b3f5.tar.bz2
auto import from //depot/cupcake/@137055
Diffstat (limited to 'run-core-tests')
-rwxr-xr-xrun-core-tests3
1 files changed, 1 insertions, 2 deletions
diff --git a/run-core-tests b/run-core-tests
index 3656e2d..25e53ee 100755
--- a/run-core-tests
+++ b/run-core-tests
@@ -26,6 +26,5 @@ mkdir $tmp
chmod 777 $tmp
exec dalvikvm -Duser.language=en -Duser.region=US -Djava.io.tmpdir=$tmp \
- -Xbootclasspath:$BOOTCLASSPATH \
- -classpath /system/framework/core-tests.jar \
+ -Xbootclasspath:$BOOTCLASSPATH:/system/framework/core-tests.jar \
com.google.coretests.Main "$@"