commit | cb809bb89eca9889a7ad443372e6a918f3c14650 | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Mon Nov 11 15:16:28 2019 -0800 |
committer | Treehugger Robot <treehugger-gerrit@google.com> | Tue Nov 12 22:04:55 2019 +0000 |
tree | 7aba43ca4009dbcf30363836e542a8fe82283d0e | |
parent | 681692b6291008caaddf4971eab7ea9f9b25d9ca [diff] |
Correctly quote -Xbootclasspath argument in run-test-jar We were passing shell glob-characters to dalvikvm but didn't always quote them correctly. This could cause issues as tools like gdb would try (and fail) to expand them. Test: ./test.py --host --optimizing Test: ./test/run-test --host --gdbserver --64 001-HelloWorld Change-Id: Id20ace4be0b71582de3a500282a7f59c71f366f1