Also scan stderr for audio files to test, due to change in Android test_runner

BUG=chromium:733108
NOTRY=True

Review-Url: https://codereview.webrtc.org/2935263002
Cr-Commit-Position: refs/heads/master@{#18595}
This commit is contained in:
oprypin 2017-06-14 09:35:11 -07:00 committed by Commit Bot
parent 386e49690a
commit 4f1f458a14

View File

@ -198,7 +198,7 @@ def main():
test_process = subprocess.Popen(
_LogCommand(test_command + ['--sample_rate_hz=%d' %
analyzer.sample_rate_hz]),
stdout=subprocess.PIPE)
stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
try:
lines = iter(test_process.stdout.readline, '')
for result in ExtractTestRuns(lines, echo=True):