OSDN Git Service

Propertly quote arguments after latest adb/vogar changes.
authorNicolas Geoffray <ngeoffray@google.com>
Wed, 22 Apr 2015 10:10:30 +0000 (11:10 +0100)
committerNicolas Geoffray <ngeoffray@google.com>
Wed, 22 Apr 2015 10:10:30 +0000 (11:10 +0100)
Change-Id: If3452b616df48ecec0d85ac34d8af9253c3ea925

tools/run-jdwp-tests.sh

index 301708b..503ec71 100755 (executable)
@@ -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 \