diff options
| author | 2015-11-05 20:24:53 -0800 | |
|---|---|---|
| committer | 2015-11-05 20:24:53 -0800 | |
| commit | 4ca103711d2fb590988c23667ad709d1469b9043 (patch) | |
| tree | e7743fc54dbe8abb65dfd4c1225e7560c4d1467a | |
| parent | ae0441907596ff5d7d3ebba6e12ed25e3ec11e21 (diff) | |
Change test .dex.art to .art
Fixes some file names that were too long and causing tests to fail.
Change-Id: Id4929b2ba98e7c0bc7daa33ec3e783738f5e4719
| -rwxr-xr-x | test/etc/run-test-jar | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/etc/run-test-jar b/test/etc/run-test-jar index e6e154e430..3efa6ff079 100755 --- a/test/etc/run-test-jar +++ b/test/etc/run-test-jar @@ -367,7 +367,7 @@ if [ "$PREBUILD" = "y" ]; then --boot-image=${BOOT_IMAGE} \ --dex-file=$DEX_LOCATION/$TEST_NAME.jar \ --oat-file=$DEX_LOCATION/dalvik-cache/$ISA/$(echo $DEX_LOCATION/$TEST_NAME.jar/classes.dex | cut -d/ -f 2- | sed "s:/:@:g") \ - --app-image-file=$DEX_LOCATION/dalvik-cache/$ISA/$(echo $DEX_LOCATION/$TEST_NAME.jar/classes.dex.art | cut -d/ -f 2- | sed "s:/:@:g") \ + --app-image-file=$DEX_LOCATION/dalvik-cache/$ISA/$(echo $DEX_LOCATION/$TEST_NAME.jar/classes.art | cut -d/ -f 2- | sed "s:/:@:g") \ --instruction-set=$ISA" if [ "x$INSTRUCTION_SET_FEATURES" != "x" ] ; then dex2oat_cmdline="${dex2oat_cmdline} --instruction-set-features=${INSTRUCTION_SET_FEATURES}" |