diff options
Diffstat (limited to 'run-core-tests')
-rwxr-xr-x | run-core-tests | 3 |
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 "$@" |