commit | bfa76b30ea40855b119995ecabf43d3afc4651f1 | [log] [tgz] |
---|---|---|
author | David Srbecky <dsrbecky@google.com> | Mon Jun 20 21:30:56 2022 +0100 |
committer | David Srbecky <dsrbecky@google.com> | Mon Aug 01 08:05:33 2022 +0000 |
tree | f54496135e44ca7d942e7c617ac07d8fe61cbaf9 | |
parent | bc1d0af64f234350234a7bcde5fa104aa5bec3b3 [diff] |
Convert run-test-jar from bash to python This is a naive 1:1 conversion with intent to create minimal diff. The code does not follow python conventions, idioms or formatting. (this is left for follow up clean-up CLs) I have tested it by recording and comparing the commands and their environment executed by both version. They match. Test: test.py -r --all-target --all-run --all-gc Change-Id: Ie01c4a53618a425acb5e8708f172f2379da3e343