summaryrefslogtreecommitdiffstats
path: root/test/run-test
diff options
context:
space:
mode:
authorjeffhao <jeffhao@google.com>2012-05-24 16:08:24 -0700
committerjeffhao <jeffhao@google.com>2012-05-24 16:08:24 -0700
commit1f71ae819e506c40ad5adccec4b2e57699e0b5c4 (patch)
tree5f34990a59724035e664e688ab93eac5016bd261 /test/run-test
parent58136caeec7cb677bb83c2eafd1f4bab5afd96c8 (diff)
downloadart-1f71ae819e506c40ad5adccec4b2e57699e0b5c4.zip
art-1f71ae819e506c40ad5adccec4b2e57699e0b5c4.tar.gz
art-1f71ae819e506c40ad5adccec4b2e57699e0b5c4.tar.bz2
Fix host build to properly build x86.
Change-Id: Ib8acb75cca2f0728297180e082a89f4f81784e75
Diffstat (limited to 'test/run-test')
-rwxr-xr-xtest/run-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run-test b/test/run-test
index cd296c1..75cf789 100755
--- a/test/run-test
+++ b/test/run-test
@@ -59,7 +59,7 @@ while true; do
RUN="${progdir}/etc/host-run-test-jar"
IMAGE=${ANDROID_HOST_OUT}/framework/core.art
DEX_LOCATION=$tmp_dir
- DEX2OAT_ARGS="--instruction-set=X86 --host-prefix=$ANDROID_BUILD_TOP/"
+ DEX2OAT_ARGS="--instruction-set=x86 --host-prefix=$ANDROID_BUILD_TOP/"
shift
elif [ "x$1" = "x--jvm" ]; then
RUN="${progdir}/etc/reference-run-test-classes"