commit | 2c7aaeb2436f37d058c51e7c8ab2f76623df3421 | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Fri Jan 27 14:08:17 2017 -0800 |
committer | Alex Light <allight@google.com> | Fri Jan 27 14:15:00 2017 -0800 |
tree | ce5857d34b23745dca8f8386c3346d79019d70b4 | |
parent | 13970e4af1005bf466410c4deab7b0450f348674 [diff] |
Make run-test --jvm set DEX_LOCATION Test: ./test/run-test --jvm 934 Change-Id: Ib8848cf4d29e1357b696e384a7943b14d8fc4a4f
diff --git a/test/run-test b/test/run-test index a228789..847fcf7 100755 --- a/test/run-test +++ b/test/run-test
@@ -156,6 +156,7 @@ shift elif [ "x$1" = "x--jvm" ]; then target_mode="no" + DEX_LOCATION="$tmp_dir" runtime="jvm" image_args="" prebuild_mode="no"