summaryrefslogtreecommitdiff
path: root/openembedded/scripts
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2013-09-06 07:22:37 +0100
committerAndrew McDermott <andrew.mcdermott@linaro.org>2013-09-06 07:23:45 +0100
commit1159ff72f103782021c480d24a9f968eb0184da4 (patch)
treeecfffb88b3165cca95f6de78e461a95b7d10dd4e /openembedded/scripts
parent5bb6a9c2264a8903684f3db1d011cc501266176b (diff)
mauve: switch to -Xmixed mode
Diffstat (limited to 'openembedded/scripts')
-rwxr-xr-xopenembedded/scripts/mauve-test-pkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/openembedded/scripts/mauve-test-pkg b/openembedded/scripts/mauve-test-pkg
index 60a40c6..caef9b8 100755
--- a/openembedded/scripts/mauve-test-pkg
+++ b/openembedded/scripts/mauve-test-pkg
@@ -57,4 +57,4 @@ if [[ -f ${blacklist_file} ]]; then
done < "$blacklist_file"
fi
-$javavm -Xint HarnessLinaro -vm $javavm -vmarg -Xint $excludes $java_pkg "$@"
+$javavm HarnessLinaro -vm $javavm -vmarg -Xmixed $excludes $java_pkg "$@"