commit | a24634765f05afe557695968bfb2f3367d99c48e | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Fri Nov 20 10:37:46 2015 -0800 |
committer | Alex Light <allight@google.com> | Fri Nov 20 10:37:46 2015 -0800 |
tree | e5c910eb3bfe59067e6ce0cd8b4f808e48c80afd | |
parent | 16cabc4acd14d5a61c73cef821162e1827f08788 [diff] [blame] |
Fix --jvm on run-tests 960 and 961 Change-Id: I2c20e96a27c92b15a201abeca6bc3461a0912703
diff --git a/test/961-default-iface-resolution-generated/build b/test/961-default-iface-resolution-generated/build index b4ced3e..005f76c 100755 --- a/test/961-default-iface-resolution-generated/build +++ b/test/961-default-iface-resolution-generated/build
@@ -33,7 +33,7 @@ # Should we compile with Java source code. By default we will use Smali. USES_JAVA_SOURCE="false" -if [[ $ARGS == *"--jvm"* ]]; then +if [[ $@ == *"--jvm"* ]]; then USES_JAVA_SOURCE="true" elif [[ $USE_JACK == "true" ]]; then if "$JACK" -D jack.java.source.version=1.8 >& /dev/null; then