From 8a72147f34a860121d766f4847c805bdc9e30fd3 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sun, 3 Dec 2017 16:31:38 +0100 Subject: [PATCH] tesh: be verbose about --cd parameters --- tools/tesh/tesh.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/tesh/tesh.py b/tools/tesh/tesh.py index 25aad527a7..7e1f971e22 100755 --- a/tools/tesh/tesh.py +++ b/tools/tesh/tesh.py @@ -414,6 +414,7 @@ if __name__ == '__main__': tesh_exit(1) if options.cd is not None: + print("[Tesh/INFO] change directory to " + options.cd) os.chdir(options.cd) if options.ignore_jenkins: -- 2.20.1