aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/recipes/test.py')
-rw-r--r--infra/bots/recipes/test.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index 9634a0c51f..ad2dd257a3 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -793,6 +793,7 @@ def test_steps(api):
use_hash_file = False
if api.vars.upload_dm_results:
host_dm_dir = str(api.vars.dm_dir)
+ api.flavor.create_clean_host_dir(api.vars.test_dir)
device_dm_dir = str(api.flavor.device_dirs.dm_dir)
if host_dm_dir != device_dm_dir:
api.flavor.create_clean_device_dir(device_dm_dir)
@@ -1159,7 +1160,7 @@ def GenTests(api):
) +
api.step_data('dm', retcode=1) +
api.step_data('pull /sdcard/revenge_of_the_skiabot/dm_out '+
- '[CUSTOM_[SWARM_OUT_DIR]]/dm', retcode=1)
+ '[START_DIR]/[SWARM_OUT_DIR]/dm', retcode=1)
)
yield (