mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-22 17:55:57 +01:00
out/run.sh: write before execution
This commit is contained in:
3
run
3
run
@@ -840,14 +840,13 @@ Extra options to append at the end of the emulator command line.
|
||||
out_file = self.env['termout_file']
|
||||
exit_status = self.sh.run_cmd(
|
||||
cmd,
|
||||
cmd_file=self.env['run_cmd_file'],
|
||||
cmd_files=[self.env['run_cmd_file'], os.path.join(self.env['out_dir'], self.env['run_cmd_file_basename'])],
|
||||
extra_env=extra_env,
|
||||
out_file=out_file,
|
||||
raise_on_failure=False,
|
||||
show_stdout=show_stdout,
|
||||
stdin_path=self.env['stdin_file'],
|
||||
)
|
||||
self.sh.cp(self.env['run_cmd_file'], self.env['out_dir'], quiet=True)
|
||||
if self.env['debug_vm_rr']:
|
||||
rr_cmd = ['rr', 'replay', LF, '-o', '-q', LF]
|
||||
for arg in shlex.split(self.env['debug_vm_args']):
|
||||
|
||||
Reference in New Issue
Block a user