From 6a5b5861457230cc9ff5e01dc2ad3e1435051b93 Mon Sep 17 00:00:00 2001 From: Jacob Bachmeyer Date: Thu, 28 May 2020 21:04:50 -0500 Subject: Show the user's login name shortly after finding it Previously, two procedures were defined between setting logname and reporting its value if verbosity is selected. This does not change program flow, but will make the code easier to examine in the future. --- runtest.exp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtest.exp') diff --git a/runtest.exp b/runtest.exp index 9380732..5a3cf54 100644 --- a/runtest.exp +++ b/runtest.exp @@ -575,6 +575,8 @@ if { $logname eq "" } { } } +verbose "Login name is $logname" + # # lookfor_file -- try to find a file by searching up multiple directory levels # @@ -620,8 +622,6 @@ proc load_lib { file } { } } -verbose "Login name is $logname" - # # Begin sourcing the config files. # All are sourced in order. -- cgit v1.1