OSDN Git Service

Remove unnecessary workaround to vogar escaping issue
authorPaul Duffin <paulduffin@google.com>
Tue, 1 Dec 2015 13:56:52 +0000 (13:56 +0000)
committerPaul Duffin <paulduffin@google.com>
Tue, 1 Dec 2015 13:56:52 +0000 (13:56 +0000)
commit1acc7291554c6add373ab8e6e497ec2dfbbf195a
treec5624dd112a7edbdd1b67eeff1bcd339e526678d
parent95f7bbcd991fbfaead438a2866354714eb32af38
Remove unnecessary workaround to vogar escaping issue

Vogar didn't handle arguments for the target (i.e. after --)
properly if they had characters that affect shell parsing, e.g.
spaces. In order to work around it the tools/run-jdwp-tests.sh
script added some extra quotes that now cause it to break. This
simply removes those quotes.

Change-Id: If0349f87cacf93ff8e454780e187fe7ff1623c99
tools/run-jdwp-tests.sh