From ea396db320987a3e7a32a3bbececf7f2fdbb03a3 Mon Sep 17 00:00:00 2001 From: Per Cederqvist <ceder@lysator.liu.se> Date: Sun, 25 Aug 1996 18:43:23 +0000 Subject: [PATCH] (l2g_send): Send the output to the user in verbose mode. --- src/server/testsuite/config/unix.exp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/server/testsuite/config/unix.exp b/src/server/testsuite/config/unix.exp index 7c265c588..f44304cf9 100644 --- a/src/server/testsuite/config/unix.exp +++ b/src/server/testsuite/config/unix.exp @@ -19,6 +19,7 @@ proc l2g_stop {} { proc l2g_send {str} { unanchored_expect "^l2g> " "prompt before $str" + verbose "sending $str" send "$str\n" } -- GitLab