|
@@ -117,7 +117,7 @@ function(android_push_test_files_to_device)
|
|
|
check_device_file_exists(${_ptd_DEV_TEST_DIR} test_dir_exists)
|
|
check_device_file_exists(${_ptd_DEV_TEST_DIR} test_dir_exists)
|
|
|
if(test_dir_exists)
|
|
if(test_dir_exists)
|
|
|
# This is protected in the SetupProjectTests module.
|
|
# This is protected in the SetupProjectTests module.
|
|
|
- execute_adb_command(shell echo rm -r ${_ptd_DEV_TEST_DIR} | su)
|
|
|
|
|
|
|
+ execute_adb_command(shell rm -r ${_ptd_DEV_TEST_DIR})
|
|
|
endif()
|
|
endif()
|
|
|
execute_adb_command(shell mkdir -p ${_ptd_DEV_TEST_DIR})
|
|
execute_adb_command(shell mkdir -p ${_ptd_DEV_TEST_DIR})
|
|
|
|
|
|