Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tesh: be verbose about --cd parameters
[simgrid.git] / 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:
+        print("[Tesh/INFO] change directory to " + options.cd)
         os.chdir(options.cd)
 
     if options.ignore_jenkins: