tests/trinity: Don't print ResultCmd object

Not necessary or desirable, since we get trinity's
output in the logs already, and the output of the
test is quite extensive.
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
上级 276ca556
......@@ -82,9 +82,7 @@ class trinity(test.Test):
cmd += " -V " + self.params.victims_path
else:
cmd += " -V " + self.victims_path
cmd_result = process.run(cmd)
self.log.info(cmd_result)
os.chdir(self.cwd)
process.run(cmd)
if __name__ == "__main__":
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册