commit | f92a2fd9c865549ead47586aed3ecd36a12cd7bd | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Mon Sep 16 16:34:29 2019 -0700 |
committer | Yabin Cui <yabinc@google.com> | Thu Sep 19 13:20:28 2019 -0700 |
tree | 29677ae81b35069820bf0dbacb783117f3343c21 | |
parent | 18dea934748208ef91c5c4be13b252b59edb7ace [diff] |
simpleperf: split test progress and log of test.py. Currently test.py outputs both test progress and log in stderr, making output hard to parse. So only keep test progress in stderr, and move verbose log to test_python_{2,3}.log. Since we keep test logs, continue testing even when some tests fail. Also move deprecated assertEquals to assertEqual. Bug: 140958894 Test: run test.py. Change-Id: I11c168cbc934055b47a3df44fc6d568824282702