mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-22 17:55:57 +01:00
gem5: minimally test VExpress_GEM5_V2
This commit is contained in:
@@ -215,6 +215,11 @@ class ShellHelpers:
|
||||
else:
|
||||
shutil.copy2(src, dest)
|
||||
|
||||
def mv(self, src, dest, **kwargs):
|
||||
self.print_cmd(['mv', src, dest])
|
||||
if not self.dry_run:
|
||||
shutil.move(src, dest)
|
||||
|
||||
def print_cmd(
|
||||
self,
|
||||
cmd,
|
||||
|
||||
Reference in New Issue
Block a user