Beispiel #1
0
 def push_data_deps_to_device_dir(device):
   device_dir = (constants.TEST_EXECUTABLE_DIR
       if test_package.suite_name == 'breakpad_unittests'
       else device.GetExternalStoragePath())
   base_setup.PushDataDeps(device, device_dir, test_options)
Beispiel #2
0
 def push_data_deps_to_device_dir(device):
     base_setup.PushDataDeps(device, device.GetExternalStoragePath(),
                             test_options)
Beispiel #3
0
 def push_data_deps_to_device_dir(device):
     device_dir = os.path.join(device.GetExternalStoragePath(),
                               DEVICE_DATA_DIR)
     base_setup.PushDataDeps(device, device_dir, test_options)