未验证 提交 6846567c 编写于 作者: O openharmony_ci 提交者: Gitee

!105 Modified the drivers.py

Merge pull request !105 from stivn/master
......@@ -355,7 +355,7 @@ class ResultManager(object):
result_josn_file_path)
result_file_path = result_josn_file_path
else:
LOG.error("%s not exist", remote_result_file)
LOG.info("%s not exist", remote_result_file)
return result_file_path
......@@ -538,7 +538,7 @@ class CppTestDriver(IDriver):
def _push_corpus_if_exist(self, suite_file):
if "fuzztest" == self.config.testtype[0]:
corpus_path = os.path.join(get_fuzzer_path(suite_file), "corpus")
corpus_path = os.path.join(get_fuzzer_path(suite_file), os.path.join("corpus", "init"))
self.config.device.push_file(corpus_path,
os.path.join(self.config.target_test_path, "corpus"))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册