aboutsummaryrefslogtreecommitdiff
path: root/runtest.exp
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb62281+dev@gmail.com>2020-06-01 21:22:44 -0500
committerJacob Bachmeyer <jcb62281+dev@gmail.com>2020-06-01 21:22:44 -0500
commit55765f0cea891c7282e3fc7a7a4bb70a4cbe9349 (patch)
treee1c087c02e3b46759454cf7dbc0194c5697f8091 /runtest.exp
parentad035c009d7cb33970ef95533d06c671c359ca34 (diff)
downloaddejagnu-55765f0cea891c7282e3fc7a7a4bb70a4cbe9349.zip
dejagnu-55765f0cea891c7282e3fc7a7a4bb70a4cbe9349.tar.gz
dejagnu-55765f0cea891c7282e3fc7a7a4bb70a4cbe9349.tar.bz2
Print initial working directory if verbose output is selected
Diffstat (limited to 'runtest.exp')
-rw-r--r--runtest.exp2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtest.exp b/runtest.exp
index 4c1c6ba..156b1f4 100644
--- a/runtest.exp
+++ b/runtest.exp
@@ -548,6 +548,8 @@ for { set i 0 } { $i < $argc } { incr i } {
}
verbose "Verbose level is $verbose"
+verbose [concat "Initial working directory is" [pwd]]
+
#
# get the users login name
#