From 55765f0cea891c7282e3fc7a7a4bb70a4cbe9349 Mon Sep 17 00:00:00 2001 From: Jacob Bachmeyer Date: Mon, 1 Jun 2020 21:22:44 -0500 Subject: Print initial working directory if verbose output is selected --- runtest.exp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runtest.exp') 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 # -- cgit v1.1