commit | efb6126fe741e35c0357e7c6aea8cc8a53c3c364 | [log] [tgz] |
---|---|---|
author | David Srbecky <dsrbecky@google.com> | Wed Nov 30 16:49:33 2022 +0000 |
committer | David Srbecky <dsrbecky@google.com> | Mon Dec 05 14:02:58 2022 +0000 |
tree | 8e7430064b94f8e7d57d13d4fb7191782589fc45 | |
parent | 32bc4ce81c44b56e45dd0e9e96f7a5a51e4db97b [diff] |
Run test: Execute scripts via runner bash script. Simplify all run tests to simple execution pattern: adb push <inputs> && adb shell <runner> && adb pull <outputs> This dramatically reduces the number of adb commands, and it will make it trivial to reimplement the above steps in tradefed. Follow the above logic for host and jvm as well for consistency. Test: ./art/test.py -r --all-target --optimizing --64 Change-Id: I4b54a4d32195c440ca43133bbbe988ae24e626af