summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest/run-test1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/run-test b/test/run-test
index a228789701..847fcf7eb6 100755
--- a/test/run-test
+++ b/test/run-test
@@ -156,6 +156,7 @@ while true; do
shift
elif [ "x$1" = "x--jvm" ]; then
target_mode="no"
+ DEX_LOCATION="$tmp_dir"
runtime="jvm"
image_args=""
prebuild_mode="no"