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