From 5125fdbe60acbebcc41671b5027e62e3c6c400ac Mon Sep 17 00:00:00 2001 From: Jacob Bachmeyer Date: Tue, 18 Oct 2022 21:43:34 -0500 Subject: [PATCH] Adjust testsuite to copy output to log --- testsuite/lib/gatekeeper.exp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testsuite/lib/gatekeeper.exp b/testsuite/lib/gatekeeper.exp index da41226..1fb59d7 100644 --- a/testsuite/lib/gatekeeper.exp +++ b/testsuite/lib/gatekeeper.exp @@ -298,7 +298,8 @@ proc run_upload_batch_test {} { } lappend runcmd $GATEKEEPER_TOOL --testing-this-script -s ftp eval $runcmd - wait + # copy any output produced to the log + expect { -re {.+} { exp_continue } eof { wait } } } proc analyze_file_tree { base_dir name zones mode {itemlist {}} } { -- 2.25.1