diff --git a/tsshbatch.py b/tsshbatch.py index 990ccf6..b245706 100755 --- a/tsshbatch.py +++ b/tsshbatch.py @@ -20,7 +20,7 @@ CMDINCL = PROGENV + "CMDS" HOSTINCL = PROGENV + "HOSTS" -CVSID = "$Id: tsshbatch.py,v 1.171 2013/10/29 15:23:34 tundra Exp $" +CVSID = "$Id: tsshbatch.py,v 1.172 2014/01/20 17:32:20 tundra Exp $" VERSION = CVSID.split()[2] CPRT = "(c)" DATE = "2011-2013" @@ -163,7 +163,7 @@ PROMPTUSERNAME = False # Don't use $USER, prompt for username PWORD = "" # Password REPORTERR = True # Report stderr output from remote host -TESTMODE = False # Run program in test mode, don't actually execute commands +TESTMODE = True # Run program in test mode, don't actually execute commands UNAME = "" # Login name