diff options
| author | 2016-02-19 17:39:37 +0000 | |
|---|---|---|
| committer | 2016-02-19 17:39:37 +0000 | |
| commit | a64c281ae741bf35de36ac6ea9437e3f5be678b2 (patch) | |
| tree | d3b9aa99e2e554a18c7d83c7eb2e496af532cbc3 | |
| parent | 29db7525e7fe6e065c343c8ea762589bab88fd23 (diff) | |
| parent | 8af4d1c84682a3108b1e5b66fd7442a69eb715c0 (diff) | |
Merge "Workaround JDWP failures"
| -rwxr-xr-x | tools/run-jdwp-tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run-jdwp-tests.sh b/tools/run-jdwp-tests.sh index e4af9fa0d7..fda630fe5d 100755 --- a/tools/run-jdwp-tests.sh +++ b/tools/run-jdwp-tests.sh @@ -133,7 +133,7 @@ vogar $vm_command \ --vm-arg -Djpda.settings.transportAddress=127.0.0.1:55107 \ --vm-arg -Djpda.settings.debuggeeJavaPath="$art_debugee $image $debuggee_args" \ --classpath $test_jack \ - --toolchain jack --language JN \ + --toolchain jack \ --vm-arg -Xcompiler-option --vm-arg --debuggable \ $test |