Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tesh: be verbose about --cd parameters
authorMartin Quinson <martin.quinson@loria.fr>
Sun, 3 Dec 2017 15:31:38 +0000 (16:31 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Sun, 3 Dec 2017 17:52:26 +0000 (18:52 +0100)
tools/tesh/tesh.py

index 25aad52..7e1f971 100755 (executable)
@@ -414,6 +414,7 @@ if __name__ == '__main__':
         tesh_exit(1)
 
     if options.cd is not None:
         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:
         os.chdir(options.cd)
 
     if options.ignore_jenkins: