未验证 提交 26ca45c0 编写于 作者: A Amador Pahim

Merge branch 'ldoktor-fileloader-not-exists2'

Signed-off-by: NAmador Pahim <apahim@redhat.com>
......@@ -896,6 +896,8 @@ class FileLoader(TestLoader):
return self._make_avocado_tests(test_path, make_broken,
subtests_filter,
test_name)
return make_broken(NotATest, test_name, "File not found "
"('%s'; '%s')" % (test_name, test_path))
return make_broken(NotATest, test_name, self.__not_test_str)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册