diff options
-rw-r--r-- | ybd/sandbox.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ybd/sandbox.py b/ybd/sandbox.py index 45a2dce..1e685a2 100644 --- a/ybd/sandbox.py +++ b/ybd/sandbox.py @@ -199,7 +199,7 @@ def run_sandboxed(dn, command, env=None, allow_parallel=False, app.log(dn, 'ERROR: log file is at', dn['log']) app.log(dn, 'Sandbox debris is at', dn['sandbox'], exit=exit_on_error) - return False + return False, out, err finally: if cur_makeflags is not None: env['MAKEFLAGS'] = cur_makeflags |