1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-31 18:21:14 +00:00
Sergei Trofimov a06016a442 adb_shell: fixing handling of line breaks at the end of the output
- adb protcol uses "\r\n" for line breaks. This is not handled by
  Python's line break translation, as not a file. So spliting on '\n'
  when extracting the exit code resulted in stray '\r' in the output.
- adb_shell expects exit code to be echoed on the same line. This may
  not have been the case if latest output from executed command was not
  a complete line. An extra echo will now ensure that the exit code will
  be on its own line even in that case.
2015-11-24 15:50:38 +00:00
..
2015-03-18 10:47:07 +00:00
2015-06-29 11:34:49 +01:00
2015-09-03 12:07:41 +01:00
2015-09-03 13:55:44 +01:00
2015-11-02 10:09:59 +00:00
2015-06-01 10:05:23 +01:00