From 315fca7c0ca95fc00661cd39a4304d2487732390 Mon Sep 17 00:00:00 2001 From: Benjamin Lupton Date: Wed, 22 Jan 2025 08:59:40 +0800 Subject: [PATCH] setup-util: debug eval_capture call to try and find out why it is still going to stdout https://github.com/bevry/dorothy/actions/runs/12898622816/job/35966049158#step:3:4901 --- commands/setup-util | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commands/setup-util b/commands/setup-util index 8f50ea03f..08b1581dd 100755 --- a/commands/setup-util +++ b/commands/setup-util @@ -3805,7 +3805,9 @@ function setup_util() ( if [[ $use_alt_screen_buffer == 'yes' ]]; then __print_string "$alternative_screen_buffer" >"$terminal_device_file" log_pending "$method" + set -x eval_capture --statusvar=run_status --outputvar=run_output --outputpipe="$terminal_device_file" -- "$fn" + set +x __print_string "$default_screen_buffer" >"$terminal_device_file" else eval_capture --statusvar=run_status -- "$fn"