rungdb-user: failed attempt with rungdb factor

This commit is contained in:
Ciro Santilli
2018-08-31 17:05:34 +01:00
parent de682e80c7
commit 8c16820365
5 changed files with 124 additions and 113 deletions

View File

@@ -285,7 +285,7 @@ def setup(parser, **extra_args):
this.executable = this.qemu_executable
this.run_dir = this.qemu_run_dir
this.termout_file = this.qemu_termout_file
this.run_cmd_file = os.path.join(this.run_dir, 'cmd.sh')
this.run_cmd_file = os.path.join(this.run_dir, 'run.sh')
if args.arch == 'arm':
this.linux_image = os.path.join('arch', 'arm', 'boot', 'zImage')
elif args.arch == 'aarch64':