summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2015-04-22 11:10:30 +0100
committerNicolas Geoffray <ngeoffray@google.com>2015-04-22 11:10:30 +0100
commitf7c7fb4652d5c9c96bcd934730fd14d287665248 (patch)
treec9b648f03a7101f0fe1291ef925e57ed9acc4491 /tools
parentf888d5d6584efb66ecd9eed94879679a65712336 (diff)
downloadart-f7c7fb4652d5c9c96bcd934730fd14d287665248.zip
art-f7c7fb4652d5c9c96bcd934730fd14d287665248.tar.gz
art-f7c7fb4652d5c9c96bcd934730fd14d287665248.tar.bz2
Propertly quote arguments after latest adb/vogar changes.
Change-Id: If3452b616df48ecec0d85ac34d8af9253c3ea925
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run-jdwp-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run-jdwp-tests.sh b/tools/run-jdwp-tests.sh
index 301708b..503ec71 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 \