summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2015-04-24 12:45:28 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-04-24 12:45:28 +0000
commit9e85d55c085504b88a9ac68c3f9605629dc06853 (patch)
tree1f43ed0b6e64425ed254138a50b75dc5b6795ff3 /tools
parent11307fd2943663bd7daa85428a104374e6d3e784 (diff)
parent06801ffe75b02ed8e79c28f604cfe4694465a8bc (diff)
downloadart-9e85d55c085504b88a9ac68c3f9605629dc06853.zip
art-9e85d55c085504b88a9ac68c3f9605629dc06853.tar.gz
art-9e85d55c085504b88a9ac68c3f9605629dc06853.tar.bz2
Merge "Use 'sh' explicitly when invoking the art script."
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 503ec71..a7a3428 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="\"sh $art $image $debuggee_args\"" \
--classpath $test_jar \
--classpath $junit_jar \
--vm-arg -Xcompiler-option --vm-arg --compiler-backend=Optimizing \