autotest: Ignore exit status parse errors in _adb_run.
There seems to be some commands which don't yield the exit status
using the "<COMMAND>; echo ADB_CMD_OUTPUT:$?" method we use in
|_adb_run| like "pkill -f $pid". If the |ignore_status| flag is set in
such invocations, ignore the stdout parse errors. This is the case in
|RpcServerTracker.disconnect|.
BUG=brillo:25340428
TEST=test_that $host --board=$BOARD network_WiFi_RetryConnectHidden` on
dragonboard.
Change-Id: I0da85a651f374b0b569bed55f8cb9b14e00262c5
Reviewed-on: https://chromium-review.googlesource.com/309520
Commit-Ready: Roshan Pius <rpius@chromium.org>
Tested-by: Roshan Pius <rpius@chromium.org>
Reviewed-by: Roshan Pius <rpius@chromium.org>
1 file changed