Changeset 3270
- Timestamp:
- Aug 16, 2010 12:33:52 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/tests/automated/run_continuous.py
r3269 r3270 3 3 import sys 4 4 import time 5 import datetime 5 6 import ccdash 6 7 … … 35 36 if rc==0: 36 37 # Nothing changed 37 print "No update, will check again in " + str(INTERVAL) + "s.."38 print str(datetime.datetime.now()) + ": No update, will check again in " + str(INTERVAL) + "s.." 38 39 time.sleep(INTERVAL) 39 40 continue
Note: See TracChangeset
for help on using the changeset viewer.