Changeset 3270


Ignore:
Timestamp:
Aug 16, 2010 12:33:52 PM (14 years ago)
Author:
bennylp
Message:

Dummy commit (re #1110)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/tests/automated/run_continuous.py

    r3269 r3270  
    33import sys 
    44import time 
     5import datetime 
    56import ccdash 
    67 
     
    3536                if rc==0: 
    3637                        # 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.." 
    3839                        time.sleep(INTERVAL) 
    3940                        continue 
Note: See TracChangeset for help on using the changeset viewer.