avocado.test: Small error message fix (TestNotFoundError)

Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
上级 e76464d7
......@@ -455,7 +455,7 @@ class MissingTest(Test):
tag=tag, job=job)
def action(self):
e_msg = ('Test %s could not be found in the test dir %s'
e_msg = ('Test %s could not be found in the test dir %s '
'(or test path does not exist)' %
(self.name, data_dir.get_test_dir()))
raise exceptions.TestNotFoundError(e_msg)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册