fix: convert_testcase_path

This commit is contained in:
debugtalk
2020-05-17 10:44:46 +08:00
parent 85f02c763f
commit 0133d62a82
4 changed files with 57 additions and 30 deletions

View File

@@ -25,7 +25,7 @@ def main_run(extra_args):
continue
elif os.path.isfile(item):
# replace YAML/JSON file path with generated python file
extra_args[index] = convert_testcase_path(item)
extra_args[index], _ = convert_testcase_path(item)
tests_path_list.append(item)