From f7c7fb4652d5c9c96bcd934730fd14d287665248 Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Wed, 22 Apr 2015 11:10:30 +0100 Subject: [PATCH] Propertly quote arguments after latest adb/vogar changes. Change-Id: If3452b616df48ecec0d85ac34d8af9253c3ea925 --- tools/run-jdwp-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/run-jdwp-tests.sh b/tools/run-jdwp-tests.sh index 301708ba3..503ec7129 100755 --- a/tools/run-jdwp-tests.sh +++ b/tools/run-jdwp-tests.sh @@ -81,7 +81,7 @@ vogar $vm_command \ --vm-arg -Djpda.settings.verbose=true \ --vm-arg -Djpda.settings.syncPort=34016 \ --vm-arg -Djpda.settings.transportAddress=127.0.0.1:55107 \ - --vm-arg -Djpda.settings.debuggeeJavaPath="$art $image $debuggee_args" \ + --vm-arg -Djpda.settings.debuggeeJavaPath="\"$art $image $debuggee_args\"" \ --classpath $test_jar \ --classpath $junit_jar \ --vm-arg -Xcompiler-option --vm-arg --compiler-backend=Optimizing \ -- 2.11.0