提交 08b9838a 编写于 作者: C Cleber Rosa

Merge branch 'clebergnu/path_bug_simple_fix'

......@@ -211,6 +211,8 @@ class Job(object):
if urls is not None:
for url in urls:
if url.startswith(os.path.pardir):
url = os.path.abspath(url)
params_list.append({'id': url})
else:
e_msg = "Empty test ID. A test path or alias must be provided"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册