aboutsummaryrefslogtreecommitdiff
path: root/runtest.exp
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb62281+dev@gmail.com>2020-05-28 21:04:50 -0500
committerJacob Bachmeyer <jcb62281+dev@gmail.com>2020-05-28 21:04:50 -0500
commit6a5b5861457230cc9ff5e01dc2ad3e1435051b93 (patch)
tree7122ad472e859d25e5442c88a6ee96270a9c9dcb /runtest.exp
parent9533507ea4ad9addd4b593bcf1004496f4b22da4 (diff)
downloaddejagnu-6a5b5861457230cc9ff5e01dc2ad3e1435051b93.zip
dejagnu-6a5b5861457230cc9ff5e01dc2ad3e1435051b93.tar.gz
dejagnu-6a5b5861457230cc9ff5e01dc2ad3e1435051b93.tar.bz2
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.
Diffstat (limited to 'runtest.exp')
-rw-r--r--runtest.exp4
1 files changed, 2 insertions, 2 deletions
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.