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