diff options
author | Nicolas Geoffray <ngeoffray@google.com> | 2015-04-24 13:44:19 +0100 |
---|---|---|
committer | Nicolas Geoffray <ngeoffray@google.com> | 2015-04-24 13:44:19 +0100 |
commit | 06801ffe75b02ed8e79c28f604cfe4694465a8bc (patch) | |
tree | 0a49dcea38bdcaa3c0575d2d84b0b59f5e379382 /tools | |
parent | c5cb691ca6a746a193bfbe3525aafa7cbb281d40 (diff) | |
download | art-06801ffe75b02ed8e79c28f604cfe4694465a8bc.zip art-06801ffe75b02ed8e79c28f604cfe4694465a8bc.tar.gz art-06801ffe75b02ed8e79c28f604cfe4694465a8bc.tar.bz2 |
Use 'sh' explicitly when invoking the art script.
Change-Id: I5e11483dd75f9ab4dd67f3bbbc45485726d01e34
Diffstat (limited to 'tools')
-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 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 \ |