summaryrefslogtreecommitdiff
path: root/build/scripts/slave/recipes/adt/sysimage_release_psq.py
diff options
context:
space:
mode:
Diffstat (limited to 'build/scripts/slave/recipes/adt/sysimage_release_psq.py')
-rw-r--r--build/scripts/slave/recipes/adt/sysimage_release_psq.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/scripts/slave/recipes/adt/sysimage_release_psq.py b/build/scripts/slave/recipes/adt/sysimage_release_psq.py
index a4223562..8f81f5af 100644
--- a/build/scripts/slave/recipes/adt/sysimage_release_psq.py
+++ b/build/scripts/slave/recipes/adt/sysimage_release_psq.py
@@ -189,7 +189,8 @@ def RunSteps(api):
with api.step.defer_results():
api.adt.PythonTestStep('Run System Image UI Test',
- api.path.join(log_dir, 'UI_test'),
+ log_dir,
+ 'UI_test',
'test_ui.*',
'config.csv',
# We run only x86 images for UI tests.