diff options
author | Zack Galbreath <zack.galbreath@kitware.com> | 2017-02-03 18:22:36 (GMT) |
---|---|---|
committer | Zack Galbreath <zack.galbreath@kitware.com> | 2017-02-03 18:22:36 (GMT) |
commit | 9d34e51cdb7ccc74eaf851f1784433616bc9c31a (patch) | |
tree | 2849e5bfc0b8f7a80caf708e2ee2af36e8d99ed7 /Tests/LoadCommand | |
parent | fb26fcb261c927687f66b556df83ff6546f9bbd9 (diff) | |
download | CMake-9d34e51cdb7ccc74eaf851f1784433616bc9c31a.zip CMake-9d34e51cdb7ccc74eaf851f1784433616bc9c31a.tar.gz CMake-9d34e51cdb7ccc74eaf851f1784433616bc9c31a.tar.bz2 |
AndroidTestUtilities: ignore exit status of ls
adb used to suffer from a bug where `adb shell` would return 0 irrespective
the exit status of the underlying process that it executed. This is now
fixed for newer versions of Android (N+).
As a result, attempting to `adb shell ls` a nonexistent file can now result
in a non-zero exit status. Updating check_device_file_exists to ignore the
exit status of `adb shell` fixes this bug for newer Android devices.
Diffstat (limited to 'Tests/LoadCommand')
0 files changed, 0 insertions, 0 deletions