提交 fc4c4aab 编写于 作者: C Cleber Rosa

avocado/utils/kernel_build.py: remove commented out log statement

Signed-off-by: NCleber Rosa <crosa@redhat.com>
上级 3278497e
......@@ -77,7 +77,6 @@ class KernelBuild(object):
Configure/prepare kernel source to build.
"""
self.linux_dir = os.path.join(self.work_dir, 'linux-%s' % self.version)
#log.info("Running make mrproper")
build.make(self.linux_dir, extra_args='mrproper')
dotconfig = os.path.join(self.linux_dir, '.config')
shutil.copy(self.config_path, dotconfig)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册