aboutsummaryrefslogtreecommitdiff
path: root/crosperf/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'crosperf/settings.py')
-rw-r--r--crosperf/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/crosperf/settings.py b/crosperf/settings.py
index 41530d97..75c8d9ec 100644
--- a/crosperf/settings.py
+++ b/crosperf/settings.py
@@ -75,7 +75,7 @@ class Settings(object):
prefix = 'remote'
l = logger.GetLogger()
if (path_str.find('trybot') < 0 and path_str.find('toolchain') < 0 and
- path_str.find(board) < 0):
+ path_str.find(board) < 0 and path_str.find(board.replace('_', '-'))):
xbuddy_path = '%s/%s/%s' % (prefix, board, path_str)
else:
xbuddy_path = '%s/%s' % (prefix, path_str)