mirror of
https://github.com/ostreedev/ostree.git
synced 2025-02-13 01:57:52 +03:00
ostbuild: Make --debug-shell not exit immediately
We need to keep stdin open.
This commit is contained in:
parent
973a8f6cdf
commit
492f0777f2
@ -145,7 +145,7 @@ class OstbuildChrootCompileOne(builtins.Builtin):
|
||||
child_args.extend(rest_args)
|
||||
env_copy = dict(BUILD_ENV)
|
||||
env_copy['PWD'] = chroot_sourcedir
|
||||
run_sync(child_args, env=env_copy)
|
||||
run_sync(child_args, env=env_copy, keep_stdin=args.debug_shell)
|
||||
|
||||
if workdir_is_tmp:
|
||||
shutil.rmtree(workdir)
|
||||
|
Loading…
x
Reference in New Issue
Block a user