Skip to content

Commit b3fdb01

Browse files
author
Alice Ferrazzi
committed
Refactoring debug for respect kpatch upstream changes
debug option is now accepting multiple -d arguments dynup/kpatch#760
1 parent e1f1b36 commit b3fdb01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

elivepatch_server/resources/livepatch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def build_livepatch(self, vmlinux, jobs, debug=True):
4343
'main.patch']
4444
if debug:
4545
bashCommand.extend(['--skip-cleanup'])
46-
bashCommand.extend(['--debug'])
46+
bashCommand.extend(['-dddd'])
4747
_command(bashCommand, self.base_dir, {'CACHEDIR': kpatch_cachedir})
4848
if debug:
4949
shutil.copy(os.path.join(kpatch_cachedir, 'build.log'), self.base_dir)

0 commit comments

Comments
 (0)