diff options
author | Ruslan Baratov <ruslan_baratov@yahoo.com> | 2016-12-27 13:15:36 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-01-10 18:12:45 (GMT) |
commit | 513ef514e51702bf7775f79119f8e3e39ccbb784 (patch) | |
tree | 733fdffb82092af0c8aa4dcaab7f8c419bd48f31 /Tests/CTestUpdateGIT.cmake.in | |
parent | 65fb0fa63279b96035a144fd2f6413d1b2def47f (diff) | |
download | CMake-513ef514e51702bf7775f79119f8e3e39ccbb784.zip CMake-513ef514e51702bf7775f79119f8e3e39ccbb784.tar.gz CMake-513ef514e51702bf7775f79119f8e3e39ccbb784.tar.bz2 |
AndroidTestUtilities: fix cleanup operation
`su` is not available by default on all devices:
```
> adb shell "echo ls /data/local/tmp | su"
/system/bin/sh: su: not found
> echo $?
0
```
Also since `execute_adb_command` use `execute_process` under the hood
the pipeline (`|`) will not be treated as special symbol and will be
process just like one more command line argument for the `adb`.
Diffstat (limited to 'Tests/CTestUpdateGIT.cmake.in')
0 files changed, 0 insertions, 0 deletions